Shades of Pigment Green #0A9549
Tints of Pigment Green #0A9549
RGB
CMYK
RGB Variations
Color information
#0A9549 (or 0x0A9549) is known color: Pigment Green. HEX triplet: 0A, 95 and 49. RGB value is (10,149,73). Sum of RGB (Red+Green+Blue) = 10+149+73=232 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.31% from 232); Green value is 149 (58.59% from 255 or 64.22% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 149 - color contains mainly: green. Hex color #0A9549 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9549 is #F56AB6. Grayscale: #626262. Windows color (decimal): -16083639 or 4822282. OLE color: 4822282.
HSL color Cylindrical-coordinate representation of color #0A9549: hue angle of 147.19º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9549 is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 10 | 149 | 73 | - |
| CMYK | 0.93 | 0 | 0.51 | 0.42 |
| HSL | 147.19º | 0.87% | 0.31% | - |
| HSV(B) | 147.19º | 0.93% | 0.58% | - |
| XYZ | 12.08 | 22.04 | 9.92 | - |
| YUV | 98.78 | 113.45 | 64.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 149 | 73 | 0.93 | 0 | 0.51 | 0.42 | 147.19 | 0.87 | 0.31 |
| Hex | A | 95 | 49 | 5D | 0 | 33 | 2A | 93 | 57 | 1F |
| Octal | 12 | 225 | 111 | 135 | 0 | 63 | 52 | 223 | 127 | 37 |
| Binary | 1010 | 10010101 | 1001001 | 1011101 | 0 | 110011 | 101010 | 10010011 | 1010111 | 11111 |
Color Harmonies of #0A9549
Complementary color
Monochromatic Colors of #0A9549
Black with #0A9549
Text Example
Text Example
White with #0A9549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9549; }
p { color: rgb(10,149,73); }
H1.HeaderClassName
{
color: #0A9549;
}
.AnyTagClassName
{
color: #0A9549;
}
</style>
background-color css
<style>
a { background-color: #0A9549; }
a { background-color: rgb(10,149,73); }
div.DivClassName
{
background-color: #0A9549;
}
.BgClassName
{
background-color: #0A9549;
}
</style>
border-color css
<style>
span { border-color: #0A9549; }
span { border-color: rgb(10,149,73); }
td.TdClassName
{
border-color: #0A9549;
}
.TagClassName
{
border-color: #0A9549;
}
</style>