Shades of Pigment Green #0AAA40
Tints of Pigment Green #0AAA40
RGB
CMYK
RGB Variations
Color information
#0AAA40 (or 0x0AAA40) is known color: Pigment Green. HEX triplet: 0A, AA and 40. RGB value is (10,170,64). Sum of RGB (Red+Green+Blue) = 10+170+64=244 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.10% from 244); Green value is 170 (66.80% from 255 or 69.67% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAA40 is #F555BF. Grayscale: #6E6E6E. Windows color (decimal): -16078272 or 4237834. OLE color: 4237834.
HSL color Cylindrical-coordinate representation of color #0AAA40: hue angle of 140.25º 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 #0AAA40 is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 64 | - |
| CMYK | 0.94 | 0 | 0.62 | 0.33 |
| HSL | 140.25º | 0.89% | 0.35% | - |
| HSV(B) | 140.25º | 0.94% | 0.67% | - |
| XYZ | 15.43 | 29.18 | 9.67 | - |
| YUV | 110.08 | 101.99 | 56.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 64 | 0.94 | 0 | 0.62 | 0.33 | 140.25 | 0.89 | 0.35 |
| Hex | A | AA | 40 | 5E | 0 | 3E | 21 | 8C | 59 | 23 |
| Octal | 12 | 252 | 100 | 136 | 0 | 76 | 41 | 214 | 131 | 43 |
| Binary | 1010 | 10101010 | 1000000 | 1011110 | 0 | 111110 | 100001 | 10001100 | 1011001 | 100011 |
Color Harmonies of #0AAA40
Complementary color
Monochromatic Colors of #0AAA40
Black with #0AAA40
Text Example
Text Example
White with #0AAA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA40; }
p { color: rgb(10,170,64); }
H1.HeaderClassName
{
color: #0AAA40;
}
.AnyTagClassName
{
color: #0AAA40;
}
</style>
background-color css
<style>
a { background-color: #0AAA40; }
a { background-color: rgb(10,170,64); }
div.DivClassName
{
background-color: #0AAA40;
}
.BgClassName
{
background-color: #0AAA40;
}
</style>
border-color css
<style>
span { border-color: #0AAA40; }
span { border-color: rgb(10,170,64); }
td.TdClassName
{
border-color: #0AAA40;
}
.TagClassName
{
border-color: #0AAA40;
}
</style>