#9CAF47

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

Shades of Green Smoke #9CAF47

Tints of Green Smoke #9CAF47

Color information

#9CAF47 (or 0x9CAF47) is unknown color: approx Green Smoke. HEX triplet: 9C, AF and 47. RGB value is (156,175,71). Sum of RGB (Red+Green+Blue) = 156+175+71=402 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.81% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 71 (28.12% from 255 or 17.66% from 402); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAF47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAF47 is #6350B8. Grayscale: #9D9D9D. Windows color (decimal): -6508729 or 4698012. OLE color: 4698012.

HSL color Cylindrical-coordinate representation of color #9CAF47: hue angle of 70.96º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9CAF47 is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB15617571-
CMYK0.1100.590.31
HSL70.96º42.28%48.24%-
HSV(B)70.96º59.43%68.63%-
XYZ30.1838.1811.74-
YUV157.4679.21126.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.81%
GREEN value IS 175 (68.75% from 255) = 43.53%
BLUE value IS 71 (28.12% from 255) = 17.66%
R=38.81%
G=43.53%
B=17.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal156175710.1100.590.3170.9642.2848.24
Hex9CAF47B03B1F472a30
Octal23425710713073371075260
Binary1001110010101111100011110110111011111111000111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAF47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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