#9CA04E

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

Shades of Green Smoke #9CA04E

Tints of Green Smoke #9CA04E

Color information

#9CA04E (or 0x9CA04E) is unknown color: approx Green Smoke. HEX triplet: 9C, A0 and 4E. RGB value is (156,160,78). Sum of RGB (Red+Green+Blue) = 156+160+78=394 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.59% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 78 (30.86% from 255 or 19.80% from 394); Max value from RGB is 160 - color contains mainly: green. Hex color #9CA04E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA04E is #635FB1. Grayscale: #959595. Windows color (decimal): -6512562 or 5152924. OLE color: 5152924.

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

Color convert

RGB15616078-
CMYK0.0200.510.37
HSL62.93º34.45%46.67%-
HSV(B)62.93º51.25%62.75%-
XYZ27.6632.7612.07-
YUV149.4687.67132.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.59%
GREEN value IS 160 (62.89% from 255) = 40.61%
BLUE value IS 78 (30.86% from 255) = 19.80%
R=39.59%
G=40.61%
B=19.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal156160780.0200.510.3762.9334.4546.67
Hex9CA04E2033253f222f
Octal234240116206345774257
Binary10011100101000001001110100110011100101111111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,160,78); }

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

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

 a { background-color: rgb(156,160,78); }

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

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

 span { border-color: rgb(156,160,78); }

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