Html Css Color HEX #9EA17E Locust

📋 copy color: '#9EA17E'

red 158 ◦ green 161 ◦ blue 126

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

Shades of Locust #9EA17E

Tints of Locust #9EA17E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.31%

R = 35.51%
G = 36.18%
B = 28.31%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#9EA17E (or 0x9EA17E) is known color: Locust. HEX triplet: 9E, A1 and 7E. RGB value is (158,161,126). Sum of RGB (Red+Green+Blue) = 158+161+126=445 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.51% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 161 - color contains mainly: green. Hex color #9EA17E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA17E is #615E81. Grayscale: #9C9C9C. Windows color (decimal): -6381186 or 8298910. OLE color: 8298910.

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

Color convert

RGB 158 161 126 -
CMYK 0.02 0 0.22 0.37
HSL 65.14º 0.16% 0.56% -
HSV(B) 65.14º 0.22% 0.63% -
XYZ 30.61 34.27 24.74 -
YUV 156.11 111.01 129.35 -
System Red Green Blue C M Y K H S L
Decimal 158 161 126 0.02 0 0.22 0.37 65.14 0.16 0.56
Hex 9E A1 7E 2 0 16 25 41 10 38
Octal 236 241 176 2 0 26 45 101 20 70
Binary 10011110 10100001 1111110 10 0 10110 100101 1000001 10000 111000

Color Harmonies of #9EA17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA17E

Black with #9EA17E

Text Example


Text Example

White with #9EA17E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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