Html Css Color HEX #9EA555 Green Smoke

📋 copy color: '#9EA555'

red 158 ◦ green 165 ◦ blue 85

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

Shades of Green Smoke #9EA555

Tints of Green Smoke #9EA555

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.44%

 BLUE value IS 85 (33.59% from 255) = 20.83%

R = 38.73%
G = 40.44%
B = 20.83%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#9EA555 (or 0x9EA555) is known color: Green Smoke. HEX triplet: 9E, A5 and 55. RGB value is (158,165,85). Sum of RGB (Red+Green+Blue) = 158+165+85=408 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.73% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 165 - color contains mainly: green. Hex color #9EA555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA555 is #615AAA. Grayscale: #9A9A9A. Windows color (decimal): -6380203 or 5612958. OLE color: 5612958.

HSL color Cylindrical-coordinate representation of color #9EA555: hue angle of 65.25º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9EA555 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB 158 165 85 -
CMYK 0.04 0 0.48 0.35
HSL 65.25º 0.32% 0.49% -
HSV(B) 65.25º 0.48% 0.65% -
XYZ 29.2 34.84 13.78 -
YUV 153.79 89.18 131 -
System Red Green Blue C M Y K H S L
Decimal 158 165 85 0.04 0 0.48 0.35 65.25 0.32 0.49
Hex 9E A5 55 4 0 30 23 41 20 31
Octal 236 245 125 4 0 60 43 101 40 61
Binary 10011110 10100101 1010101 100 0 110000 100011 1000001 100000 110001

Color Harmonies of #9EA555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA555

Black with #9EA555

Text Example


Text Example

White with #9EA555

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,165,85); }

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

background-color css

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

 a { background-color: rgb(158,165,85); }

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

border-color css

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

 span { border-color: rgb(158,165,85); }

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