Html Css Color HEX #9EA481 Locust

📋 copy color: '#9EA481'

red 158 ◦ green 164 ◦ blue 129

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

Shades of Locust #9EA481

Tints of Locust #9EA481

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.36%

 BLUE value IS 129 (50.78% from 255) = 28.6%

R = 35.03%
G = 36.36%
B = 28.6%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#9EA481 (or 0x9EA481) is known color: Locust. HEX triplet: 9E, A4 and 81. RGB value is (158,164,129). Sum of RGB (Red+Green+Blue) = 158+164+129=451 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.03% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 129 (50.78% from 255 or 28.60% from 451); Max value from RGB is 164 - color contains mainly: green. Hex color #9EA481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA481 is #615B7E. Grayscale: #9E9E9E. Windows color (decimal): -6380415 or 8496286. OLE color: 8496286.

HSL color Cylindrical-coordinate representation of color #9EA481: hue angle of 70.29º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9EA481 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 158 164 129 -
CMYK 0.04 0 0.21 0.36
HSL 70.29º 0.16% 0.57% -
HSV(B) 70.29º 0.21% 0.64% -
XYZ 31.34 35.41 25.95 -
YUV 158.22 111.51 127.85 -
System Red Green Blue C M Y K H S L
Decimal 158 164 129 0.04 0 0.21 0.36 70.29 0.16 0.57
Hex 9E A4 81 4 0 15 24 46 10 39
Octal 236 244 201 4 0 25 44 106 20 71
Binary 10011110 10100100 10000001 100 0 10101 100100 1000110 10000 111001

Color Harmonies of #9EA481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA481

Black with #9EA481

Text Example


Text Example

White with #9EA481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,164,129); }

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

background-color css

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

 a { background-color: rgb(158,164,129); }

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

border-color css

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

 span { border-color: rgb(158,164,129); }

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