#9CAF4E

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

Shades of Green Smoke #9CAF4E

Tints of Green Smoke #9CAF4E

Color information

#9CAF4E (or 0x9CAF4E) is unknown color: approx Green Smoke. HEX triplet: 9C, AF and 4E. RGB value is (156,175,78). Sum of RGB (Red+Green+Blue) = 156+175+78=409 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.14% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 78 (30.86% from 255 or 19.07% from 409); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAF4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAF4E is #6350B1. Grayscale: #9E9E9E. Windows color (decimal): -6508722 or 5156764. OLE color: 5156764.

HSL color Cylindrical-coordinate representation of color #9CAF4E: hue angle of 71.75º 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 #9CAF4E is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB15617578-
CMYK0.1100.550.31
HSL71.75º38.34%49.61%-
HSV(B)71.75º55.43%68.63%-
XYZ30.4238.2812.99-
YUV158.2682.71126.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.14%
GREEN value IS 175 (68.75% from 255) = 42.79%
BLUE value IS 78 (30.86% from 255) = 19.07%
R=38.14%
G=42.79%
B=19.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal156175780.1100.550.3171.7538.3449.61
Hex9CAF4EB0371F482632
Octal23425711613067371104662
Binary1001110010101111100111010110110111111111001000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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