Shades of Green Smoke #9AB14C
Tints of Green Smoke #9AB14C
RGB
CMYK
RGB Variations
Color information
#9AB14C (or 0x9AB14C) is known color: Green Smoke. HEX triplet: 9A, B1 and 4C. RGB value is (154,177,76). Sum of RGB (Red+Green+Blue) = 154+177+76=407 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.84% from 407); Green value is 177 (69.53% from 255 or 43.49% from 407); Blue value is 76 (30.08% from 255 or 18.67% from 407); Max value from RGB is 177 - color contains mainly: green. Hex color #9AB14C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AB14C is #654EB3. Grayscale: #9E9E9E. Windows color (decimal): -6639284 or 5026202. OLE color: 5026202.
HSL color Cylindrical-coordinate representation of color #9AB14C: hue angle of 73.66º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9AB14C is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 177 | 76 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.31 |
| HSL | 73.66º | 0.4% | 0.5% | - |
| HSV(B) | 73.66º | 0.57% | 0.69% | - |
| XYZ | 30.35 | 38.84 | 12.73 | - |
| YUV | 158.61 | 81.38 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 177 | 76 | 0.13 | 0 | 0.57 | 0.31 | 73.66 | 0.4 | 0.5 |
| Hex | 9A | B1 | 4C | D | 0 | 39 | 1F | 4A | 28 | 32 |
| Octal | 232 | 261 | 114 | 15 | 0 | 71 | 37 | 112 | 50 | 62 |
| Binary | 10011010 | 10110001 | 1001100 | 1101 | 0 | 111001 | 11111 | 1001010 | 101000 | 110010 |
Color Harmonies of #9AB14C
Complementary color
Monochromatic Colors of #9AB14C
Black with #9AB14C
Text Example
Text Example
White with #9AB14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB14C; }
p { color: rgb(154,177,76); }
H1.HeaderClassName
{
color: #9AB14C;
}
.AnyTagClassName
{
color: #9AB14C;
}
</style>
background-color css
<style>
a { background-color: #9AB14C; }
a { background-color: rgb(154,177,76); }
div.DivClassName
{
background-color: #9AB14C;
}
.BgClassName
{
background-color: #9AB14C;
}
</style>
border-color css
<style>
span { border-color: #9AB14C; }
span { border-color: rgb(154,177,76); }
td.TdClassName
{
border-color: #9AB14C;
}
.TagClassName
{
border-color: #9AB14C;
}
</style>