Html Css Color HEX #9EA180 Locust

📋 copy color: '#9EA180'

red 158 ◦ green 161 ◦ blue 128

#9EA180
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Locust #9EA180

Tints of Locust #9EA180

RGB

 RED value IS 158 (62.11% from 255) = 35.35%

 GREEN value IS 161 (63.28% from 255) = 36.02%

 BLUE value IS 128 (50.39% from 255) = 28.64%

R = 35.35%
G = 36.02%
B = 28.64%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.20

 K value IS 0.37

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9EA180 (or 0x9EA180) is known color: Locust. HEX triplet: 9E, A1 and 80. RGB value is (158,161,128). Sum of RGB (Red+Green+Blue) = 158+161+128=447 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.35% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 161 - color contains mainly: green. Hex color #9EA180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA180 is #615E7F. Grayscale: #9C9C9C. Windows color (decimal): -6381184 or 8429982. OLE color: 8429982.

HSL color Cylindrical-coordinate representation of color #9EA180: hue angle of 65.45º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9EA180 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB 158 161 128 -
CMYK 0.02 0 0.20 0.37
HSL 65.45º 0.15% 0.57% -
HSV(B) 65.45º 0.2% 0.63% -
XYZ 30.74 34.32 25.43 -
YUV 156.34 112.01 129.18 -
System Red Green Blue C M Y K H S L
Decimal 158 161 128 0.02 0 0.20 0.37 65.45 0.15 0.57
Hex 9E A1 80 2 0 14 25 41 F 39
Octal 236 241 200 2 0 24 45 101 17 71
Binary 10011110 10100001 10000000 10 0 10100 100101 1000001 1111 111001

Color Harmonies of #9EA180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA180

Black with #9EA180

Text Example


Text Example

White with #9EA180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EA180; }

 p { color: rgb(158,161,128); }

 H1.HeaderClassName
 {
   color: #9EA180;
 }
 .AnyTagClassName
 {
   color: #9EA180;
 }
</style>

background-color css

<style>
 a { background-color: #9EA180; }

 a { background-color: rgb(158,161,128); }

 div.DivClassName
 {
   background-color: #9EA180;
 }
 .BgClassName
 {
   background-color: #9EA180;
 }
</style>

border-color css

<style>
 span { border-color: #9EA180; }

 span { border-color: rgb(158,161,128); }

 td.TdClassName
 {
   border-color: #9EA180;
 }
 .TagClassName
 {
   border-color: #9EA180;
 }
</style>