Shades of Pigment Green #0A9648
Tints of Pigment Green #0A9648
RGB
CMYK
RGB Variations
Color information
#0A9648 (or 0x0A9648) is known color: Pigment Green. HEX triplet: 0A, 96 and 48. RGB value is (10,150,72). Sum of RGB (Red+Green+Blue) = 10+150+72=232 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.31% from 232); Green value is 150 (58.98% from 255 or 64.66% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 150 - color contains mainly: green. Hex color #0A9648 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9648 is #F569B7. Grayscale: #636363. Windows color (decimal): -16083384 or 4757002. OLE color: 4757002.
HSL color Cylindrical-coordinate representation of color #0A9648: hue angle of 146.57º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9648 is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 10 | 150 | 72 | - |
| CMYK | 0.93 | 0 | 0.52 | 0.41 |
| HSL | 146.57º | 0.88% | 0.31% | - |
| HSV(B) | 146.57º | 0.93% | 0.59% | - |
| XYZ | 12.2 | 22.35 | 9.8 | - |
| YUV | 99.25 | 112.62 | 64.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 150 | 72 | 0.93 | 0 | 0.52 | 0.41 | 146.57 | 0.88 | 0.31 |
| Hex | A | 96 | 48 | 5D | 0 | 34 | 29 | 93 | 58 | 1F |
| Octal | 12 | 226 | 110 | 135 | 0 | 64 | 51 | 223 | 130 | 37 |
| Binary | 1010 | 10010110 | 1001000 | 1011101 | 0 | 110100 | 101001 | 10010011 | 1011000 | 11111 |
Color Harmonies of #0A9648
Complementary color
Monochromatic Colors of #0A9648
Black with #0A9648
Text Example
Text Example
White with #0A9648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9648; }
p { color: rgb(10,150,72); }
H1.HeaderClassName
{
color: #0A9648;
}
.AnyTagClassName
{
color: #0A9648;
}
</style>
background-color css
<style>
a { background-color: #0A9648; }
a { background-color: rgb(10,150,72); }
div.DivClassName
{
background-color: #0A9648;
}
.BgClassName
{
background-color: #0A9648;
}
</style>
border-color css
<style>
span { border-color: #0A9648; }
span { border-color: rgb(10,150,72); }
td.TdClassName
{
border-color: #0A9648;
}
.TagClassName
{
border-color: #0A9648;
}
</style>