Html Css Color HEX #9EA27A Locust

📋 copy color: '#9EA27A'

red 158 ◦ green 162 ◦ blue 122

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

Shades of Locust #9EA27A

Tints of Locust #9EA27A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.6%

R = 35.75%
G = 36.65%
B = 27.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#9EA27A (or 0x9EA27A) is known color: Locust. HEX triplet: 9E, A2 and 7A. RGB value is (158,162,122). Sum of RGB (Red+Green+Blue) = 158+162+122=442 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.75% from 442); Green value is 162 (63.67% from 255 or 36.65% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 162 - color contains mainly: green. Hex color #9EA27A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA27A is #615D85. Grayscale: #9C9C9C. Windows color (decimal): -6380934 or 8037022. OLE color: 8037022.

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

Color convert

RGB 158 162 122 -
CMYK 0.02 0 0.25 0.36
HSL 66º 0.18% 0.56% -
HSV(B) 66º 0.25% 0.64% -
XYZ 30.53 34.51 23.47 -
YUV 156.24 108.67 129.25 -
System Red Green Blue C M Y K H S L
Decimal 158 162 122 0.02 0 0.25 0.36 66 0.18 0.56
Hex 9E A2 7A 2 0 19 24 42 12 38
Octal 236 242 172 2 0 31 44 102 22 70
Binary 10011110 10100010 1111010 10 0 11001 100100 1000010 10010 111000

Color Harmonies of #9EA27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA27A

Black with #9EA27A

Text Example


Text Example

White with #9EA27A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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