Shades of Green Smoke #A0B25B
Tints of Green Smoke #A0B25B
RGB
CMYK
RGB Variations
Color information
#A0B25B (or 0xA0B25B) is known color: Green Smoke. HEX triplet: A0, B2 and 5B. RGB value is (160,178,91). Sum of RGB (Red+Green+Blue) = 160+178+91=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 91 (35.94% from 255 or 21.21% from 429); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B25B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B25B is #5F4DA4. Grayscale: #A3A3A3. Windows color (decimal): -6245797 or 6009504. OLE color: 6009504.
HSL color Cylindrical-coordinate representation of color #A0B25B: hue angle of 72.41º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0B25B is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 178 | 91 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.30 |
| HSL | 72.41º | 0.36% | 0.53% | - |
| HSV(B) | 72.41º | 0.49% | 0.7% | - |
| XYZ | 32.31 | 40.07 | 15.93 | - |
| YUV | 162.7 | 87.54 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 178 | 91 | 0.10 | 0 | 0.49 | 0.30 | 72.41 | 0.36 | 0.53 |
| Hex | A0 | B2 | 5B | A | 0 | 31 | 1E | 48 | 24 | 35 |
| Octal | 240 | 262 | 133 | 12 | 0 | 61 | 36 | 110 | 44 | 65 |
| Binary | 10100000 | 10110010 | 1011011 | 1010 | 0 | 110001 | 11110 | 1001000 | 100100 | 110101 |
Color Harmonies of #A0B25B
Complementary color
Monochromatic Colors of #A0B25B
Black with #A0B25B
Text Example
Text Example
White with #A0B25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B25B; }
p { color: rgb(160,178,91); }
H1.HeaderClassName
{
color: #A0B25B;
}
.AnyTagClassName
{
color: #A0B25B;
}
</style>
background-color css
<style>
a { background-color: #A0B25B; }
a { background-color: rgb(160,178,91); }
div.DivClassName
{
background-color: #A0B25B;
}
.BgClassName
{
background-color: #A0B25B;
}
</style>
border-color css
<style>
span { border-color: #A0B25B; }
span { border-color: rgb(160,178,91); }
td.TdClassName
{
border-color: #A0B25B;
}
.TagClassName
{
border-color: #A0B25B;
}
</style>