Shades of Green Smoke #9AB34F
Tints of Green Smoke #9AB34F
RGB
CMYK
RGB Variations
Color information
#9AB34F (or 0x9AB34F) is known color: Green Smoke. HEX triplet: 9A, B3 and 4F. RGB value is (154,179,79). Sum of RGB (Red+Green+Blue) = 154+179+79=412 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.38% from 412); Green value is 179 (70.31% from 255 or 43.45% from 412); Blue value is 79 (31.25% from 255 or 19.17% from 412); Max value from RGB is 179 - color contains mainly: green. Hex color #9AB34F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB34F is #654CB0. Grayscale: #A0A0A0. Windows color (decimal): -6638769 or 5223322. OLE color: 5223322.
HSL color Cylindrical-coordinate representation of color #9AB34F: hue angle of 75º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9AB34F is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 179 | 79 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.30 |
| HSL | 75º | 0.4% | 0.51% | - |
| HSV(B) | 75º | 0.56% | 0.7% | - |
| XYZ | 30.86 | 39.67 | 13.43 | - |
| YUV | 160.13 | 82.22 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 179 | 79 | 0.14 | 0 | 0.56 | 0.30 | 75 | 0.4 | 0.51 |
| Hex | 9A | B3 | 4F | E | 0 | 38 | 1E | 4B | 28 | 33 |
| Octal | 232 | 263 | 117 | 16 | 0 | 70 | 36 | 113 | 50 | 63 |
| Binary | 10011010 | 10110011 | 1001111 | 1110 | 0 | 111000 | 11110 | 1001011 | 101000 | 110011 |
Color Harmonies of #9AB34F
Complementary color
Monochromatic Colors of #9AB34F
Black with #9AB34F
Text Example
Text Example
White with #9AB34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB34F; }
p { color: rgb(154,179,79); }
H1.HeaderClassName
{
color: #9AB34F;
}
.AnyTagClassName
{
color: #9AB34F;
}
</style>
background-color css
<style>
a { background-color: #9AB34F; }
a { background-color: rgb(154,179,79); }
div.DivClassName
{
background-color: #9AB34F;
}
.BgClassName
{
background-color: #9AB34F;
}
</style>
border-color css
<style>
span { border-color: #9AB34F; }
span { border-color: rgb(154,179,79); }
td.TdClassName
{
border-color: #9AB34F;
}
.TagClassName
{
border-color: #9AB34F;
}
</style>