Color Hex Logo

#9ab260 Color Hex

#9AB260
(154,178,96)
0 Favorites   0 Comments

Color spaces of #9ab260

RGB 15417896
HSL0.220.350.54
HSV78°46°70°
CMYK 0.130.000.46   0.30
XYZ31.358139.555317.0485
Yxy39.55530.35650.4497
Hunter Lab62.8930-21.063727.9533
CIE-Lab69.1516-21.538939.0165

#9ab260 color RGB value is (154,178,96).

#9ab260 hex color red value is 154, green value is 178 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #9ab260 hue: 0.22 , saturation: 0.35 and the lightness value of 9ab260 is 0.54.

The process color (four color CMYK) of #9ab260 color hex is 0.13, 0.00, 0.46, 0.30. Web safe color of #9ab260 is #999966. Color #9ab260 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10110010 01100000
Octal 232 262 140
Decimal 154 178 96
Hex 9A B2 60

RGB Percentages of Color #9ab260

%35.98
%41.59
%22.43

CMYK Percentages of Color #9ab260

%13
%0
%46
%30

Triadic Colors of #9ab260

#9ab260 #609ab2 #b2609a

Analogous Colors of #9ab260

#9ab260 #71b260 #b2a160

Monochromatic Colors of #9ab260

#9ab260

Complementary Color

#9ab260 #7860b2

#9ab260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ab260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ab260 Color CSS Codes

.mybgcolor {background-color:#9ab260; } 
.myforecolor {color:#9ab260; }
.mybordercolor {border:3px solid #9ab260; }

#9ab260 Text Font Color

<p style="color:#9ab260">Text here</p>

This sample text font color is #9ab260
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#9ab260 Background Color

<div style="background-color:#9ab260">
Div content here</div>

This div background color is #9ab260


#9ab260 Border Color

<div style="border:3px solid #9ab260">
Div here</div>

This div border color is #9ab260


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,178,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9ab260; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9ab260;
  -webkit-box-shadow: 1px 1px 3px 2px #9ab260;
  box-shadow:         1px 1px 3px 2px #9ab260; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,178,96, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9ab260">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #9ab260;
  -webkit-box-shadow: 1px 1px 3px 2px #9ab260;
  box-shadow:         1px 1px 3px 2px #9ab260;">
Div content here</div>

This div box has shadow with color #9ab260


Comments

No comments written yet.

Please login to write comment.