Html Css Color HEX #9EA17C Locust

📋 copy color: '#9EA17C'

red 158 ◦ green 161 ◦ blue 124

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

Shades of Locust #9EA17C

Tints of Locust #9EA17C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.99%

R = 35.67%
G = 36.34%
B = 27.99%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#9EA17C (or 0x9EA17C) is known color: Locust. HEX triplet: 9E, A1 and 7C. RGB value is (158,161,124). Sum of RGB (Red+Green+Blue) = 158+161+124=443 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.67% from 443); Green value is 161 (63.28% from 255 or 36.34% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 161 - color contains mainly: green. Hex color #9EA17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA17C is #615E83. Grayscale: #9C9C9C. Windows color (decimal): -6381188 or 8167838. OLE color: 8167838.

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

Color convert

RGB 158 161 124 -
CMYK 0.02 0 0.23 0.37
HSL 64.86º 0.16% 0.56% -
HSV(B) 64.86º 0.23% 0.63% -
XYZ 30.48 34.21 24.07 -
YUV 155.89 110.01 129.51 -
System Red Green Blue C M Y K H S L
Decimal 158 161 124 0.02 0 0.23 0.37 64.86 0.16 0.56
Hex 9E A1 7C 2 0 17 25 41 10 38
Octal 236 241 174 2 0 27 45 101 20 70
Binary 10011110 10100001 1111100 10 0 10111 100101 1000001 10000 111000

Color Harmonies of #9EA17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA17C

Black with #9EA17C

Text Example


Text Example

White with #9EA17C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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