Shades of Pigment Green #0A9949
Tints of Pigment Green #0A9949
RGB
CMYK
RGB Variations
Color information
#0A9949 (or 0x0A9949) is known color: Pigment Green. HEX triplet: 0A, 99 and 49. RGB value is (10,153,73). Sum of RGB (Red+Green+Blue) = 10+153+73=236 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.24% from 236); Green value is 153 (60.16% from 255 or 64.83% from 236); Blue value is 73 (28.91% from 255 or 30.93% from 236); Max value from RGB is 153 - color contains mainly: green. Hex color #0A9949 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9949 is #F566B6. Grayscale: #656565. Windows color (decimal): -16082615 or 4823306. OLE color: 4823306.
HSL color Cylindrical-coordinate representation of color #0A9949: hue angle of 146.43º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9949 is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 10 | 153 | 73 | - |
| CMYK | 0.93 | 0 | 0.52 | 0.4 |
| HSL | 146.43º | 0.88% | 0.32% | - |
| HSV(B) | 146.43º | 0.93% | 0.6% | - |
| XYZ | 12.72 | 23.33 | 10.14 | - |
| YUV | 101.12 | 112.12 | 63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 153 | 73 | 0.93 | 0 | 0.52 | 0.4 | 146.43 | 0.88 | 0.32 |
| Hex | A | 99 | 49 | 5D | 0 | 34 | 28 | 92 | 58 | 20 |
| Octal | 12 | 231 | 111 | 135 | 0 | 64 | 50 | 222 | 130 | 40 |
| Binary | 1010 | 10011001 | 1001001 | 1011101 | 0 | 110100 | 101000 | 10010010 | 1011000 | 100000 |
Color Harmonies of #0A9949
Complementary color
Monochromatic Colors of #0A9949
Black with #0A9949
Text Example
Text Example
White with #0A9949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9949; }
p { color: rgb(10,153,73); }
H1.HeaderClassName
{
color: #0A9949;
}
.AnyTagClassName
{
color: #0A9949;
}
</style>
background-color css
<style>
a { background-color: #0A9949; }
a { background-color: rgb(10,153,73); }
div.DivClassName
{
background-color: #0A9949;
}
.BgClassName
{
background-color: #0A9949;
}
</style>
border-color css
<style>
span { border-color: #0A9949; }
span { border-color: rgb(10,153,73); }
td.TdClassName
{
border-color: #0A9949;
}
.TagClassName
{
border-color: #0A9949;
}
</style>