Html Css Color HEX #9EA17F Locust

📋 copy color: '#9EA17F'

red 158 ◦ green 161 ◦ blue 127

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

Shades of Locust #9EA17F

Tints of Locust #9EA17F

RGB

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

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

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

R = 35.43%
G = 36.1%
B = 28.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#9EA17F (or 0x9EA17F) is known color: Locust. HEX triplet: 9E, A1 and 7F. RGB value is (158,161,127). Sum of RGB (Red+Green+Blue) = 158+161+127=446 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.43% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 161 - color contains mainly: green. Hex color #9EA17F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA17F is #615E80. Grayscale: #9C9C9C. Windows color (decimal): -6381185 or 8364446. OLE color: 8364446.

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

Color convert

RGB 158 161 127 -
CMYK 0.02 0 0.21 0.37
HSL 65.29º 0.15% 0.56% -
HSV(B) 65.29º 0.21% 0.63% -
XYZ 30.68 34.29 25.08 -
YUV 156.23 111.51 129.26 -
System Red Green Blue C M Y K H S L
Decimal 158 161 127 0.02 0 0.21 0.37 65.29 0.15 0.56
Hex 9E A1 7F 2 0 15 25 41 F 38
Octal 236 241 177 2 0 25 45 101 17 70
Binary 10011110 10100001 1111111 10 0 10101 100101 1000001 1111 111000

Color Harmonies of #9EA17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA17F

Black with #9EA17F

Text Example


Text Example

White with #9EA17F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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