Shades of Green Smoke #9AAF58
Tints of Green Smoke #9AAF58
RGB
CMYK
RGB Variations
Color information
#9AAF58 (or 0x9AAF58) is known color: Green Smoke. HEX triplet: 9A, AF and 58. RGB value is (154,175,88). Sum of RGB (Red+Green+Blue) = 154+175+88=417 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.93% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 88 (34.77% from 255 or 21.10% from 417); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAF58 is #6550A7. Grayscale: #9F9F9F. Windows color (decimal): -6639784 or 5812122. OLE color: 5812122.
HSL color Cylindrical-coordinate representation of color #9AAF58: hue angle of 74.48º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9AAF58 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 175 | 88 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.31 |
| HSL | 74.48º | 0.35% | 0.52% | - |
| HSV(B) | 74.48º | 0.5% | 0.69% | - |
| XYZ | 30.42 | 38.23 | 15.01 | - |
| YUV | 158.8 | 88.04 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 175 | 88 | 0.12 | 0 | 0.50 | 0.31 | 74.48 | 0.35 | 0.52 |
| Hex | 9A | AF | 58 | C | 0 | 32 | 1F | 4A | 23 | 34 |
| Octal | 232 | 257 | 130 | 14 | 0 | 62 | 37 | 112 | 43 | 64 |
| Binary | 10011010 | 10101111 | 1011000 | 1100 | 0 | 110010 | 11111 | 1001010 | 100011 | 110100 |
Color Harmonies of #9AAF58
Complementary color
Monochromatic Colors of #9AAF58
Black with #9AAF58
Text Example
Text Example
White with #9AAF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAF58; }
p { color: rgb(154,175,88); }
H1.HeaderClassName
{
color: #9AAF58;
}
.AnyTagClassName
{
color: #9AAF58;
}
</style>
background-color css
<style>
a { background-color: #9AAF58; }
a { background-color: rgb(154,175,88); }
div.DivClassName
{
background-color: #9AAF58;
}
.BgClassName
{
background-color: #9AAF58;
}
</style>
border-color css
<style>
span { border-color: #9AAF58; }
span { border-color: rgb(154,175,88); }
td.TdClassName
{
border-color: #9AAF58;
}
.TagClassName
{
border-color: #9AAF58;
}
</style>