Shades of Pigment Green #0AAA46
Tints of Pigment Green #0AAA46
RGB
CMYK
RGB Variations
Color information
#0AAA46 (or 0x0AAA46) is known color: Pigment Green. HEX triplet: 0A, AA and 46. RGB value is (10,170,70). Sum of RGB (Red+Green+Blue) = 10+170+70=250 (33% of max value = 765). Red value is 10 (4.30% from 255 or 4% from 250); Green value is 170 (66.80% from 255 or 68% from 250); Blue value is 70 (27.73% from 255 or 28% from 250); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAA46 is #F555B9. Grayscale: #6F6F6F. Windows color (decimal): -16078266 or 4631050. OLE color: 4631050.
HSL color Cylindrical-coordinate representation of color #0AAA46: hue angle of 142.5º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAA46 is Cyan = 0.94, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 70 | - |
| CMYK | 0.94 | 0 | 0.59 | 0.33 |
| HSL | 142.5º | 0.89% | 0.35% | - |
| HSV(B) | 142.5º | 0.94% | 0.67% | - |
| XYZ | 15.61 | 29.26 | 10.62 | - |
| YUV | 110.76 | 104.99 | 56.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 70 | 0.94 | 0 | 0.59 | 0.33 | 142.5 | 0.89 | 0.35 |
| Hex | A | AA | 46 | 5E | 0 | 3B | 21 | 8E | 59 | 23 |
| Octal | 12 | 252 | 106 | 136 | 0 | 73 | 41 | 216 | 131 | 43 |
| Binary | 1010 | 10101010 | 1000110 | 1011110 | 0 | 111011 | 100001 | 10001110 | 1011001 | 100011 |
Color Harmonies of #0AAA46
Complementary color
Monochromatic Colors of #0AAA46
Black with #0AAA46
Text Example
Text Example
White with #0AAA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA46; }
p { color: rgb(10,170,70); }
H1.HeaderClassName
{
color: #0AAA46;
}
.AnyTagClassName
{
color: #0AAA46;
}
</style>
background-color css
<style>
a { background-color: #0AAA46; }
a { background-color: rgb(10,170,70); }
div.DivClassName
{
background-color: #0AAA46;
}
.BgClassName
{
background-color: #0AAA46;
}
</style>
border-color css
<style>
span { border-color: #0AAA46; }
span { border-color: rgb(10,170,70); }
td.TdClassName
{
border-color: #0AAA46;
}
.TagClassName
{
border-color: #0AAA46;
}
</style>