Html Css Color HEX #9EA27C Locust

📋 copy color: '#9EA27C'

red 158 ◦ green 162 ◦ blue 124

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

Shades of Locust #9EA27C

Tints of Locust #9EA27C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.49%

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

R = 35.59%
G = 36.49%
B = 27.93%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#9EA27C (or 0x9EA27C) is known color: Locust. HEX triplet: 9E, A2 and 7C. RGB value is (158,162,124). Sum of RGB (Red+Green+Blue) = 158+162+124=444 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.59% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 162 - color contains mainly: green. Hex color #9EA27C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA27C is #615D83. Grayscale: #9C9C9C. Windows color (decimal): -6380932 or 8168094. OLE color: 8168094.

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

Color convert

RGB 158 162 124 -
CMYK 0.02 0 0.23 0.36
HSL 66.32º 0.17% 0.56% -
HSV(B) 66.32º 0.23% 0.64% -
XYZ 30.66 34.57 24.12 -
YUV 156.47 109.67 129.09 -
System Red Green Blue C M Y K H S L
Decimal 158 162 124 0.02 0 0.23 0.36 66.32 0.17 0.56
Hex 9E A2 7C 2 0 17 24 42 11 38
Octal 236 242 174 2 0 27 44 102 21 70
Binary 10011110 10100010 1111100 10 0 10111 100100 1000010 10001 111000

Color Harmonies of #9EA27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA27C

Black with #9EA27C

Text Example


Text Example

White with #9EA27C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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