Html Css Color HEX #9EA57F Locust

📋 copy color: '#9EA57F'

red 158 ◦ green 165 ◦ blue 127

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

Shades of Locust #9EA57F

Tints of Locust #9EA57F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.67%

 BLUE value IS 127 (50% from 255) = 28.22%

R = 35.11%
G = 36.67%
B = 28.22%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#9EA57F (or 0x9EA57F) is known color: Locust. HEX triplet: 9E, A5 and 7F. RGB value is (158,165,127). Sum of RGB (Red+Green+Blue) = 158+165+127=450 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.11% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 165 - color contains mainly: green. Hex color #9EA57F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA57F is #615A80. Grayscale: #9E9E9E. Windows color (decimal): -6380161 or 8365470. OLE color: 8365470.

HSL color Cylindrical-coordinate representation of color #9EA57F: hue angle of 71.05º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9EA57F is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 158 165 127 -
CMYK 0.04 0 0.23 0.35
HSL 71.05º 0.17% 0.57% -
HSV(B) 71.05º 0.23% 0.65% -
XYZ 31.39 35.71 25.32 -
YUV 158.58 110.18 127.59 -
System Red Green Blue C M Y K H S L
Decimal 158 165 127 0.04 0 0.23 0.35 71.05 0.17 0.57
Hex 9E A5 7F 4 0 17 23 47 11 39
Octal 236 245 177 4 0 27 43 107 21 71
Binary 10011110 10100101 1111111 100 0 10111 100011 1000111 10001 111001

Color Harmonies of #9EA57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA57F

Black with #9EA57F

Text Example


Text Example

White with #9EA57F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,165,127); }

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

background-color css

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

 a { background-color: rgb(158,165,127); }

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

border-color css

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

 span { border-color: rgb(158,165,127); }

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