Shades of Pigment Green #0A9044
Tints of Pigment Green #0A9044
RGB
CMYK
RGB Variations
Color information
#0A9044 (or 0x0A9044) is known color: Pigment Green. HEX triplet: 0A, 90 and 44. RGB value is (10,144,68). Sum of RGB (Red+Green+Blue) = 10+144+68=222 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.50% from 222); Green value is 144 (56.64% from 255 or 64.86% from 222); Blue value is 68 (26.95% from 255 or 30.63% from 222); Max value from RGB is 144 - color contains mainly: green. Hex color #0A9044 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9044 is #F56FBB. Grayscale: #5F5F5F. Windows color (decimal): -16084924 or 4493322. OLE color: 4493322.
HSL color Cylindrical-coordinate representation of color #0A9044: hue angle of 145.97º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9044 is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 10 | 144 | 68 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.44 |
| HSL | 145.97º | 0.87% | 0.3% | - |
| HSV(B) | 145.97º | 0.93% | 0.56% | - |
| XYZ | 11.14 | 20.43 | 8.82 | - |
| YUV | 95.27 | 112.61 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 144 | 68 | 0.93 | 0 | 0.53 | 0.44 | 145.97 | 0.87 | 0.3 |
| Hex | A | 90 | 44 | 5D | 0 | 35 | 2C | 92 | 57 | 1E |
| Octal | 12 | 220 | 104 | 135 | 0 | 65 | 54 | 222 | 127 | 36 |
| Binary | 1010 | 10010000 | 1000100 | 1011101 | 0 | 110101 | 101100 | 10010010 | 1010111 | 11110 |
Color Harmonies of #0A9044
Complementary color
Monochromatic Colors of #0A9044
Black with #0A9044
Text Example
Text Example
White with #0A9044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9044; }
p { color: rgb(10,144,68); }
H1.HeaderClassName
{
color: #0A9044;
}
.AnyTagClassName
{
color: #0A9044;
}
</style>
background-color css
<style>
a { background-color: #0A9044; }
a { background-color: rgb(10,144,68); }
div.DivClassName
{
background-color: #0A9044;
}
.BgClassName
{
background-color: #0A9044;
}
</style>
border-color css
<style>
span { border-color: #0A9044; }
span { border-color: rgb(10,144,68); }
td.TdClassName
{
border-color: #0A9044;
}
.TagClassName
{
border-color: #0A9044;
}
</style>