#9EAF5A

Color #9EAF5A Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #9EAF5A

Tints of Green Smoke #9EAF5A

Color information

#9EAF5A (or 0x9EAF5A) is unknown color: approx Green Smoke. HEX triplet: 9E, AF and 5A. RGB value is (158,175,90). Sum of RGB (Red+Green+Blue) = 158+175+90=423 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.35% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 90 (35.55% from 255 or 21.28% from 423); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAF5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EAF5A is #6150A5. Grayscale: #A0A0A0. Windows color (decimal): -6377638 or 5943198. OLE color: 5943198.

HSL color Cylindrical-coordinate representation of color #9EAF5A: hue angle of 72º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9EAF5A is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB15817590-
CMYK0.1000.490.31
HSL72º34.69%51.96%-
HSV(B)72º48.57%68.63%-
XYZ31.2838.6715.49-
YUV160.2388.37126.41-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.35%
GREEN value IS 175 (68.75% from 255) = 41.37%
BLUE value IS 90 (35.55% from 255) = 21.28%
R=37.35%
G=41.37%
B=21.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal158175900.1000.490.317234.6951.96
Hex9EAF5AA0311F482334
Octal23625713212061371104364
Binary1001111010101111101101010100110001111111001000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,175,90); }

 H1.HeaderClassName
 {
   color: #9EAF5A;
 }
 .AnyTagClassName
 {
   color: #9EAF5A;
 }
</style>
background-color css

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

 a { background-color: rgb(158,175,90); }

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

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

 span { border-color: rgb(158,175,90); }

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