Shades of Pigment Green #0A9E4F
Tints of Pigment Green #0A9E4F
RGB
CMYK
RGB Variations
Color information
#0A9E4F (or 0x0A9E4F) is known color: Pigment Green. HEX triplet: 0A, 9E and 4F. RGB value is (10,158,79). Sum of RGB (Red+Green+Blue) = 10+158+79=247 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.05% from 247); Green value is 158 (62.11% from 255 or 63.97% from 247); Blue value is 79 (31.25% from 255 or 31.98% from 247); Max value from RGB is 158 - color contains mainly: green. Hex color #0A9E4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9E4F is #F561B0. Grayscale: #686868. Windows color (decimal): -16081329 or 5217802. OLE color: 5217802.
HSL color Cylindrical-coordinate representation of color #0A9E4F: hue angle of 147.97º 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 #0A9E4F is Cyan = 0.94, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 10 | 158 | 79 | - |
| CMYK | 0.94 | 0 | 0.50 | 0.38 |
| HSL | 147.97º | 0.88% | 0.33% | - |
| HSV(B) | 147.97º | 0.94% | 0.62% | - |
| XYZ | 13.76 | 25.08 | 11.51 | - |
| YUV | 104.74 | 113.47 | 60.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 158 | 79 | 0.94 | 0 | 0.50 | 0.38 | 147.97 | 0.88 | 0.33 |
| Hex | A | 9E | 4F | 5E | 0 | 32 | 26 | 94 | 58 | 21 |
| Octal | 12 | 236 | 117 | 136 | 0 | 62 | 46 | 224 | 130 | 41 |
| Binary | 1010 | 10011110 | 1001111 | 1011110 | 0 | 110010 | 100110 | 10010100 | 1011000 | 100001 |
Color Harmonies of #0A9E4F
Complementary color
Monochromatic Colors of #0A9E4F
Black with #0A9E4F
Text Example
Text Example
White with #0A9E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9E4F; }
p { color: rgb(10,158,79); }
H1.HeaderClassName
{
color: #0A9E4F;
}
.AnyTagClassName
{
color: #0A9E4F;
}
</style>
background-color css
<style>
a { background-color: #0A9E4F; }
a { background-color: rgb(10,158,79); }
div.DivClassName
{
background-color: #0A9E4F;
}
.BgClassName
{
background-color: #0A9E4F;
}
</style>
border-color css
<style>
span { border-color: #0A9E4F; }
span { border-color: rgb(10,158,79); }
td.TdClassName
{
border-color: #0A9E4F;
}
.TagClassName
{
border-color: #0A9E4F;
}
</style>