Shades of Pigment Green #0AB55B
Tints of Pigment Green #0AB55B
RGB
CMYK
RGB Variations
Color information
#0AB55B (or 0x0AB55B) is known color: Pigment Green. HEX triplet: 0A, B5 and 5B. RGB value is (10,181,91). Sum of RGB (Red+Green+Blue) = 10+181+91=282 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.55% from 282); Green value is 181 (71.09% from 255 or 64.18% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 181 - color contains mainly: green. Hex color #0AB55B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AB55B is #F54AA4. Grayscale: #777777. Windows color (decimal): -16075429 or 6010122. OLE color: 6010122.
HSL color Cylindrical-coordinate representation of color #0AB55B: hue angle of 148.42º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AB55B is Cyan = 0.94, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 10 | 181 | 91 | - |
| CMYK | 0.94 | 0 | 0.50 | 0.29 |
| HSL | 148.42º | 0.9% | 0.37% | - |
| HSV(B) | 148.42º | 0.94% | 0.71% | - |
| XYZ | 18.54 | 33.87 | 15.46 | - |
| YUV | 119.61 | 111.85 | 49.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 181 | 91 | 0.94 | 0 | 0.50 | 0.29 | 148.42 | 0.9 | 0.37 |
| Hex | A | B5 | 5B | 5E | 0 | 32 | 1D | 94 | 5A | 25 |
| Octal | 12 | 265 | 133 | 136 | 0 | 62 | 35 | 224 | 132 | 45 |
| Binary | 1010 | 10110101 | 1011011 | 1011110 | 0 | 110010 | 11101 | 10010100 | 1011010 | 100101 |
Color Harmonies of #0AB55B
Complementary color
Monochromatic Colors of #0AB55B
Black with #0AB55B
Text Example
Text Example
White with #0AB55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB55B; }
p { color: rgb(10,181,91); }
H1.HeaderClassName
{
color: #0AB55B;
}
.AnyTagClassName
{
color: #0AB55B;
}
</style>
background-color css
<style>
a { background-color: #0AB55B; }
a { background-color: rgb(10,181,91); }
div.DivClassName
{
background-color: #0AB55B;
}
.BgClassName
{
background-color: #0AB55B;
}
</style>
border-color css
<style>
span { border-color: #0AB55B; }
span { border-color: rgb(10,181,91); }
td.TdClassName
{
border-color: #0AB55B;
}
.TagClassName
{
border-color: #0AB55B;
}
</style>