Shades of Green Smoke #9AB15D
Tints of Green Smoke #9AB15D
RGB
CMYK
RGB Variations
Color information
#9AB15D (or 0x9AB15D) is known color: Green Smoke. HEX triplet: 9A, B1 and 5D. RGB value is (154,177,93). Sum of RGB (Red+Green+Blue) = 154+177+93=424 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.32% from 424); Green value is 177 (69.53% from 255 or 41.75% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 177 - color contains mainly: green. Hex color #9AB15D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AB15D is #654EA2. Grayscale: #A0A0A0. Windows color (decimal): -6639267 or 6140314. OLE color: 6140314.
HSL color Cylindrical-coordinate representation of color #9AB15D: hue angle of 76.43º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9AB15D is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 177 | 93 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.31 |
| HSL | 76.43º | 0.35% | 0.53% | - |
| HSV(B) | 76.43º | 0.47% | 0.69% | - |
| XYZ | 31.02 | 39.1 | 16.27 | - |
| YUV | 160.55 | 89.88 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 177 | 93 | 0.13 | 0 | 0.47 | 0.31 | 76.43 | 0.35 | 0.53 |
| Hex | 9A | B1 | 5D | D | 0 | 2F | 1F | 4C | 23 | 35 |
| Octal | 232 | 261 | 135 | 15 | 0 | 57 | 37 | 114 | 43 | 65 |
| Binary | 10011010 | 10110001 | 1011101 | 1101 | 0 | 101111 | 11111 | 1001100 | 100011 | 110101 |
Color Harmonies of #9AB15D
Complementary color
Monochromatic Colors of #9AB15D
Black with #9AB15D
Text Example
Text Example
White with #9AB15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB15D; }
p { color: rgb(154,177,93); }
H1.HeaderClassName
{
color: #9AB15D;
}
.AnyTagClassName
{
color: #9AB15D;
}
</style>
background-color css
<style>
a { background-color: #9AB15D; }
a { background-color: rgb(154,177,93); }
div.DivClassName
{
background-color: #9AB15D;
}
.BgClassName
{
background-color: #9AB15D;
}
</style>
border-color css
<style>
span { border-color: #9AB15D; }
span { border-color: rgb(154,177,93); }
td.TdClassName
{
border-color: #9AB15D;
}
.TagClassName
{
border-color: #9AB15D;
}
</style>