#9EAF4E

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

Shades of Green Smoke #9EAF4E

Tints of Green Smoke #9EAF4E

Color information

#9EAF4E (or 0x9EAF4E) is unknown color: approx Green Smoke. HEX triplet: 9E, AF and 4E. RGB value is (158,175,78). Sum of RGB (Red+Green+Blue) = 158+175+78=411 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.44% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 78 (30.86% from 255 or 18.98% from 411); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAF4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EAF4E is #6150B1. Grayscale: #9F9F9F. Windows color (decimal): -6377650 or 5156766. OLE color: 5156766.

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

Color convert

RGB15817578-
CMYK0.1000.550.31
HSL70.52º38.34%49.61%-
HSV(B)70.52º55.43%68.63%-
XYZ30.8138.4813.01-
YUV158.8682.37127.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.44%
GREEN value IS 175 (68.75% from 255) = 42.58%
BLUE value IS 78 (30.86% from 255) = 18.98%
R=38.44%
G=42.58%
B=18.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal158175780.1000.550.3170.5238.3449.61
Hex9EAF4EA0371F472632
Octal23625711612067371074662
Binary1001111010101111100111010100110111111111000111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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