#9EA14B

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

Shades of Green Smoke #9EA14B

Tints of Green Smoke #9EA14B

Color information

#9EA14B (or 0x9EA14B) is unknown color: approx Green Smoke. HEX triplet: 9E, A1 and 4B. RGB value is (158,161,75). Sum of RGB (Red+Green+Blue) = 158+161+75=394 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.10% from 394); Green value is 161 (63.28% from 255 or 40.86% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 161 - color contains mainly: green. Hex color #9EA14B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA14B is #615EB4. Grayscale: #969696. Windows color (decimal): -6381237 or 4956574. OLE color: 4956574.

HSL color Cylindrical-coordinate representation of color #9EA14B: hue angle of 62.09º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9EA14B is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB15816175-
CMYK0.0200.530.37
HSL62.09º36.44%46.27%-
HSV(B)62.09º53.42%63.14%-
XYZ28.1233.2711.6-
YUV150.385.51133.49-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.10%
GREEN value IS 161 (63.28% from 255) = 40.86%
BLUE value IS 75 (29.69% from 255) = 19.04%
R=40.10%
G=40.86%
B=19.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal158161750.0200.530.3762.0936.4446.27
Hex9EA14B2035253e242e
Octal236241113206545764456
Binary10011110101000011001011100110101100101111110100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,161,75); }

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

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

 a { background-color: rgb(158,161,75); }

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

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

 span { border-color: rgb(158,161,75); }

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