Shades of Pigment Green #0A9644
Tints of Pigment Green #0A9644
RGB
CMYK
RGB Variations
Color information
#0A9644 (or 0x0A9644) is known color: Pigment Green. HEX triplet: 0A, 96 and 44. RGB value is (10,150,68). Sum of RGB (Red+Green+Blue) = 10+150+68=228 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.39% from 228); Green value is 150 (58.98% from 255 or 65.79% from 228); Blue value is 68 (26.95% from 255 or 29.82% from 228); Max value from RGB is 150 - color contains mainly: green. Hex color #0A9644 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9644 is #F569BB. Grayscale: #626262. Windows color (decimal): -16083388 or 4494858. OLE color: 4494858.
HSL color Cylindrical-coordinate representation of color #0A9644: hue angle of 144.86º 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 #0A9644 is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 10 | 150 | 68 | - |
| CMYK | 0.93 | 0 | 0.55 | 0.41 |
| HSL | 144.86º | 0.88% | 0.31% | - |
| HSV(B) | 144.86º | 0.93% | 0.59% | - |
| XYZ | 12.07 | 22.29 | 9.14 | - |
| YUV | 98.79 | 110.62 | 64.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 150 | 68 | 0.93 | 0 | 0.55 | 0.41 | 144.86 | 0.88 | 0.31 |
| Hex | A | 96 | 44 | 5D | 0 | 37 | 29 | 91 | 58 | 1F |
| Octal | 12 | 226 | 104 | 135 | 0 | 67 | 51 | 221 | 130 | 37 |
| Binary | 1010 | 10010110 | 1000100 | 1011101 | 0 | 110111 | 101001 | 10010001 | 1011000 | 11111 |
Color Harmonies of #0A9644
Complementary color
Monochromatic Colors of #0A9644
Black with #0A9644
Text Example
Text Example
White with #0A9644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9644; }
p { color: rgb(10,150,68); }
H1.HeaderClassName
{
color: #0A9644;
}
.AnyTagClassName
{
color: #0A9644;
}
</style>
background-color css
<style>
a { background-color: #0A9644; }
a { background-color: rgb(10,150,68); }
div.DivClassName
{
background-color: #0A9644;
}
.BgClassName
{
background-color: #0A9644;
}
</style>
border-color css
<style>
span { border-color: #0A9644; }
span { border-color: rgb(10,150,68); }
td.TdClassName
{
border-color: #0A9644;
}
.TagClassName
{
border-color: #0A9644;
}
</style>