Shades of Pigment Green #0ABC57
Tints of Pigment Green #0ABC57
RGB
CMYK
RGB Variations
Color information
#0ABC57 (or 0x0ABC57) is known color: Pigment Green. HEX triplet: 0A, BC and 57. RGB value is (10,188,87). Sum of RGB (Red+Green+Blue) = 10+188+87=285 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.51% from 285); Green value is 188 (73.83% from 255 or 65.96% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC57 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABC57 is #F543A8. Grayscale: #7B7B7B. Windows color (decimal): -16073641 or 5749770. OLE color: 5749770.
HSL color Cylindrical-coordinate representation of color #0ABC57: hue angle of 145.96º 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 #0ABC57 is Cyan = 0.95, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 188 | 87 | - |
| CMYK | 0.95 | 0 | 0.54 | 0.26 |
| HSL | 145.96º | 0.9% | 0.39% | - |
| HSV(B) | 145.96º | 0.95% | 0.74% | - |
| XYZ | 19.83 | 36.72 | 15.06 | - |
| YUV | 123.26 | 107.53 | 47.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 87 | 0.95 | 0 | 0.54 | 0.26 | 145.96 | 0.9 | 0.39 |
| Hex | A | BC | 57 | 5F | 0 | 36 | 1A | 92 | 5A | 27 |
| Octal | 12 | 274 | 127 | 137 | 0 | 66 | 32 | 222 | 132 | 47 |
| Binary | 1010 | 10111100 | 1010111 | 1011111 | 0 | 110110 | 11010 | 10010010 | 1011010 | 100111 |
Color Harmonies of #0ABC57
Complementary color
Monochromatic Colors of #0ABC57
Black with #0ABC57
Text Example
Text Example
White with #0ABC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABC57; }
p { color: rgb(10,188,87); }
H1.HeaderClassName
{
color: #0ABC57;
}
.AnyTagClassName
{
color: #0ABC57;
}
</style>
background-color css
<style>
a { background-color: #0ABC57; }
a { background-color: rgb(10,188,87); }
div.DivClassName
{
background-color: #0ABC57;
}
.BgClassName
{
background-color: #0ABC57;
}
</style>
border-color css
<style>
span { border-color: #0ABC57; }
span { border-color: rgb(10,188,87); }
td.TdClassName
{
border-color: #0ABC57;
}
.TagClassName
{
border-color: #0ABC57;
}
</style>