Shades of Green Smoke #9AB04A
Tints of Green Smoke #9AB04A
RGB
CMYK
RGB Variations
Color information
#9AB04A (or 0x9AB04A) is known color: Green Smoke. HEX triplet: 9A, B0 and 4A. RGB value is (154,176,74). Sum of RGB (Red+Green+Blue) = 154+176+74=404 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.12% from 404); Green value is 176 (69.14% from 255 or 43.56% from 404); Blue value is 74 (29.30% from 255 or 18.32% from 404); Max value from RGB is 176 - color contains mainly: green. Hex color #9AB04A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AB04A is #654FB5. Grayscale: #9E9E9E. Windows color (decimal): -6639542 or 4894874. OLE color: 4894874.
HSL color Cylindrical-coordinate representation of color #9AB04A: hue angle of 72.94º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9AB04A is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 176 | 74 | - |
| CMYK | 0.12 | 0 | 0.58 | 0.31 |
| HSL | 72.94º | 0.41% | 0.49% | - |
| HSV(B) | 72.94º | 0.58% | 0.69% | - |
| XYZ | 30.09 | 38.42 | 12.31 | - |
| YUV | 157.79 | 80.71 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 176 | 74 | 0.12 | 0 | 0.58 | 0.31 | 72.94 | 0.41 | 0.49 |
| Hex | 9A | B0 | 4A | C | 0 | 3A | 1F | 49 | 29 | 31 |
| Octal | 232 | 260 | 112 | 14 | 0 | 72 | 37 | 111 | 51 | 61 |
| Binary | 10011010 | 10110000 | 1001010 | 1100 | 0 | 111010 | 11111 | 1001001 | 101001 | 110001 |
Color Harmonies of #9AB04A
Complementary color
Monochromatic Colors of #9AB04A
Black with #9AB04A
Text Example
Text Example
White with #9AB04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB04A; }
p { color: rgb(154,176,74); }
H1.HeaderClassName
{
color: #9AB04A;
}
.AnyTagClassName
{
color: #9AB04A;
}
</style>
background-color css
<style>
a { background-color: #9AB04A; }
a { background-color: rgb(154,176,74); }
div.DivClassName
{
background-color: #9AB04A;
}
.BgClassName
{
background-color: #9AB04A;
}
</style>
border-color css
<style>
span { border-color: #9AB04A; }
span { border-color: rgb(154,176,74); }
td.TdClassName
{
border-color: #9AB04A;
}
.TagClassName
{
border-color: #9AB04A;
}
</style>