Shades of Pigment Green #0ABD56
Tints of Pigment Green #0ABD56
RGB
CMYK
RGB Variations
Color information
#0ABD56 (or 0x0ABD56) is known color: Pigment Green. HEX triplet: 0A, BD and 56. RGB value is (10,189,86). Sum of RGB (Red+Green+Blue) = 10+189+86=285 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.51% from 285); Green value is 189 (74.22% from 255 or 66.32% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 189 - color contains mainly: green. Hex color #0ABD56 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABD56 is #F542A9. Grayscale: #7B7B7B. Windows color (decimal): -16073386 or 5684490. OLE color: 5684490.
HSL color Cylindrical-coordinate representation of color #0ABD56: hue angle of 145.47º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABD56 is Cyan = 0.95, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 189 | 86 | - |
| CMYK | 0.95 | 0 | 0.54 | 0.26 |
| HSL | 145.47º | 0.9% | 0.39% | - |
| HSV(B) | 145.47º | 0.95% | 0.74% | - |
| XYZ | 20 | 37.13 | 14.92 | - |
| YUV | 123.74 | 106.7 | 46.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 189 | 86 | 0.95 | 0 | 0.54 | 0.26 | 145.47 | 0.9 | 0.39 |
| Hex | A | BD | 56 | 5F | 0 | 36 | 1A | 91 | 5A | 27 |
| Octal | 12 | 275 | 126 | 137 | 0 | 66 | 32 | 221 | 132 | 47 |
| Binary | 1010 | 10111101 | 1010110 | 1011111 | 0 | 110110 | 11010 | 10010001 | 1011010 | 100111 |
Color Harmonies of #0ABD56
Complementary color
Monochromatic Colors of #0ABD56
Black with #0ABD56
Text Example
Text Example
White with #0ABD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABD56; }
p { color: rgb(10,189,86); }
H1.HeaderClassName
{
color: #0ABD56;
}
.AnyTagClassName
{
color: #0ABD56;
}
</style>
background-color css
<style>
a { background-color: #0ABD56; }
a { background-color: rgb(10,189,86); }
div.DivClassName
{
background-color: #0ABD56;
}
.BgClassName
{
background-color: #0ABD56;
}
</style>
border-color css
<style>
span { border-color: #0ABD56; }
span { border-color: rgb(10,189,86); }
td.TdClassName
{
border-color: #0ABD56;
}
.TagClassName
{
border-color: #0ABD56;
}
</style>