#9CAA70

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

Shades of Green Smoke #9CAA70

Tints of Green Smoke #9CAA70

Color information

#9CAA70 (or 0x9CAA70) is unknown color: approx Green Smoke. HEX triplet: 9C, AA and 70. RGB value is (156,170,112). Sum of RGB (Red+Green+Blue) = 156+170+112=438 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.62% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAA70 is #63558F. Grayscale: #9F9F9F. Windows color (decimal): -6509968 or 7383708. OLE color: 7383708.

HSL color Cylindrical-coordinate representation of color #9CAA70: hue angle of 74.48º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CAA70 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB156170112-
CMYK0.0800.340.33
HSL74.48º25.44%55.29%-
HSV(B)74.48º34.12%66.67%-
XYZ31.0136.9920.83-
YUV159.2101.36125.72-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.62%
GREEN value IS 170 (66.80% from 255) = 38.81%
BLUE value IS 112 (44.14% from 255) = 25.57%
R=35.62%
G=38.81%
B=25.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561701120.0800.340.3374.4825.4455.29
Hex9CAA708022214a1937
Octal23425216010042411123167
Binary1001110010101010111000010000100010100001100101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,170,112); }

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

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

 a { background-color: rgb(156,170,112); }

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

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

 span { border-color: rgb(156,170,112); }

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