Shades of Pigment Green #0A9F57
Tints of Pigment Green #0A9F57
RGB
CMYK
RGB Variations
Color information
#0A9F57 (or 0x0A9F57) is known color: Pigment Green. HEX triplet: 0A, 9F and 57. RGB value is (10,159,87). Sum of RGB (Red+Green+Blue) = 10+159+87=256 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.91% from 256); Green value is 159 (62.5% from 255 or 62.11% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 159 - color contains mainly: green. Hex color #0A9F57 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9F57 is #F560A8. Grayscale: #6A6A6A. Windows color (decimal): -16081065 or 5742346. OLE color: 5742346.
HSL color Cylindrical-coordinate representation of color #0A9F57: hue angle of 151.01º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9F57 is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 10 | 159 | 87 | - |
| CMYK | 0.94 | 0 | 0.45 | 0.38 |
| HSL | 151.01º | 0.88% | 0.33% | - |
| HSV(B) | 151.01º | 0.94% | 0.62% | - |
| XYZ | 14.24 | 25.55 | 13.2 | - |
| YUV | 106.24 | 117.14 | 59.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 159 | 87 | 0.94 | 0 | 0.45 | 0.38 | 151.01 | 0.88 | 0.33 |
| Hex | A | 9F | 57 | 5E | 0 | 2D | 26 | 97 | 58 | 21 |
| Octal | 12 | 237 | 127 | 136 | 0 | 55 | 46 | 227 | 130 | 41 |
| Binary | 1010 | 10011111 | 1010111 | 1011110 | 0 | 101101 | 100110 | 10010111 | 1011000 | 100001 |
Color Harmonies of #0A9F57
Complementary color
Monochromatic Colors of #0A9F57
Black with #0A9F57
Text Example
Text Example
White with #0A9F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9F57; }
p { color: rgb(10,159,87); }
H1.HeaderClassName
{
color: #0A9F57;
}
.AnyTagClassName
{
color: #0A9F57;
}
</style>
background-color css
<style>
a { background-color: #0A9F57; }
a { background-color: rgb(10,159,87); }
div.DivClassName
{
background-color: #0A9F57;
}
.BgClassName
{
background-color: #0A9F57;
}
</style>
border-color css
<style>
span { border-color: #0A9F57; }
span { border-color: rgb(10,159,87); }
td.TdClassName
{
border-color: #0A9F57;
}
.TagClassName
{
border-color: #0A9F57;
}
</style>