Shades of Pigment Green #0AA640
Tints of Pigment Green #0AA640
RGB
CMYK
RGB Variations
Color information
#0AA640 (or 0x0AA640) is known color: Pigment Green. HEX triplet: 0A, A6 and 40. RGB value is (10,166,64). Sum of RGB (Red+Green+Blue) = 10+166+64=240 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.17% from 240); Green value is 166 (65.23% from 255 or 69.17% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 166 - color contains mainly: green. Hex color #0AA640 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA640 is #F559BF. Grayscale: #6B6B6B. Windows color (decimal): -16079296 or 4236810. OLE color: 4236810.
HSL color Cylindrical-coordinate representation of color #0AA640: hue angle of 140.77º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA640 is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 10 | 166 | 64 | - |
| CMYK | 0.94 | 0 | 0.61 | 0.35 |
| HSL | 140.77º | 0.89% | 0.35% | - |
| HSV(B) | 140.77º | 0.94% | 0.65% | - |
| XYZ | 14.69 | 27.71 | 9.42 | - |
| YUV | 107.73 | 103.32 | 58.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 166 | 64 | 0.94 | 0 | 0.61 | 0.35 | 140.77 | 0.89 | 0.35 |
| Hex | A | A6 | 40 | 5E | 0 | 3D | 23 | 8D | 59 | 23 |
| Octal | 12 | 246 | 100 | 136 | 0 | 75 | 43 | 215 | 131 | 43 |
| Binary | 1010 | 10100110 | 1000000 | 1011110 | 0 | 111101 | 100011 | 10001101 | 1011001 | 100011 |
Color Harmonies of #0AA640
Complementary color
Monochromatic Colors of #0AA640
Black with #0AA640
Text Example
Text Example
White with #0AA640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA640; }
p { color: rgb(10,166,64); }
H1.HeaderClassName
{
color: #0AA640;
}
.AnyTagClassName
{
color: #0AA640;
}
</style>
background-color css
<style>
a { background-color: #0AA640; }
a { background-color: rgb(10,166,64); }
div.DivClassName
{
background-color: #0AA640;
}
.BgClassName
{
background-color: #0AA640;
}
</style>
border-color css
<style>
span { border-color: #0AA640; }
span { border-color: rgb(10,166,64); }
td.TdClassName
{
border-color: #0AA640;
}
.TagClassName
{
border-color: #0AA640;
}
</style>