Shades of Green Smoke #9AB44B
Tints of Green Smoke #9AB44B
RGB
CMYK
RGB Variations
Color information
#9AB44B (or 0x9AB44B) is known color: Green Smoke. HEX triplet: 9A, B4 and 4B. RGB value is (154,180,75). Sum of RGB (Red+Green+Blue) = 154+180+75=409 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.65% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 75 (29.69% from 255 or 18.34% from 409); Max value from RGB is 180 - color contains mainly: green. Hex color #9AB44B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB44B is #654BB4. Grayscale: #A0A0A0. Windows color (decimal): -6638517 or 4961434. OLE color: 4961434.
HSL color Cylindrical-coordinate representation of color #9AB44B: hue angle of 74.86º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9AB44B is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 180 | 75 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.29 |
| HSL | 74.86º | 0.41% | 0.5% | - |
| HSV(B) | 74.86º | 0.58% | 0.71% | - |
| XYZ | 30.92 | 40.02 | 12.75 | - |
| YUV | 160.26 | 79.89 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 180 | 75 | 0.14 | 0 | 0.58 | 0.29 | 74.86 | 0.41 | 0.5 |
| Hex | 9A | B4 | 4B | E | 0 | 3A | 1D | 4B | 29 | 32 |
| Octal | 232 | 264 | 113 | 16 | 0 | 72 | 35 | 113 | 51 | 62 |
| Binary | 10011010 | 10110100 | 1001011 | 1110 | 0 | 111010 | 11101 | 1001011 | 101001 | 110010 |
Color Harmonies of #9AB44B
Complementary color
Monochromatic Colors of #9AB44B
Black with #9AB44B
Text Example
Text Example
White with #9AB44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB44B; }
p { color: rgb(154,180,75); }
H1.HeaderClassName
{
color: #9AB44B;
}
.AnyTagClassName
{
color: #9AB44B;
}
</style>
background-color css
<style>
a { background-color: #9AB44B; }
a { background-color: rgb(154,180,75); }
div.DivClassName
{
background-color: #9AB44B;
}
.BgClassName
{
background-color: #9AB44B;
}
</style>
border-color css
<style>
span { border-color: #9AB44B; }
span { border-color: rgb(154,180,75); }
td.TdClassName
{
border-color: #9AB44B;
}
.TagClassName
{
border-color: #9AB44B;
}
</style>