Shades of Pigment Green #0A9F36
Tints of Pigment Green #0A9F36
RGB
CMYK
RGB Variations
Color information
#0A9F36 (or 0x0A9F36) is known color: Pigment Green. HEX triplet: 0A, 9F and 36. RGB value is (10,159,54). Sum of RGB (Red+Green+Blue) = 10+159+54=223 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.48% from 223); Green value is 159 (62.5% from 255 or 71.30% from 223); Blue value is 54 (21.48% from 255 or 24.22% from 223); Max value from RGB is 159 - color contains mainly: green. Hex color #0A9F36 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9F36 is #F560C9. Grayscale: #666666. Windows color (decimal): -16081098 or 3579658. OLE color: 3579658.
HSL color Cylindrical-coordinate representation of color #0A9F36: hue angle of 137.72º 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 #0A9F36 is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 10 | 159 | 54 | - |
| CMYK | 0.94 | 0 | 0.66 | 0.38 |
| HSL | 137.72º | 0.88% | 0.33% | - |
| HSV(B) | 137.72º | 0.94% | 0.62% | - |
| XYZ | 13.19 | 25.13 | 7.64 | - |
| YUV | 102.48 | 100.64 | 62.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 159 | 54 | 0.94 | 0 | 0.66 | 0.38 | 137.72 | 0.88 | 0.33 |
| Hex | A | 9F | 36 | 5E | 0 | 42 | 26 | 8A | 58 | 21 |
| Octal | 12 | 237 | 66 | 136 | 0 | 102 | 46 | 212 | 130 | 41 |
| Binary | 1010 | 10011111 | 110110 | 1011110 | 0 | 1000010 | 100110 | 10001010 | 1011000 | 100001 |
Color Harmonies of #0A9F36
Complementary color
Monochromatic Colors of #0A9F36
Black with #0A9F36
Text Example
Text Example
White with #0A9F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9F36; }
p { color: rgb(10,159,54); }
H1.HeaderClassName
{
color: #0A9F36;
}
.AnyTagClassName
{
color: #0A9F36;
}
</style>
background-color css
<style>
a { background-color: #0A9F36; }
a { background-color: rgb(10,159,54); }
div.DivClassName
{
background-color: #0A9F36;
}
.BgClassName
{
background-color: #0A9F36;
}
</style>
border-color css
<style>
span { border-color: #0A9F36; }
span { border-color: rgb(10,159,54); }
td.TdClassName
{
border-color: #0A9F36;
}
.TagClassName
{
border-color: #0A9F36;
}
</style>