Shades of Pigment Green #0AAA44
Tints of Pigment Green #0AAA44
RGB
CMYK
RGB Variations
Color information
#0AAA44 (or 0x0AAA44) is known color: Pigment Green. HEX triplet: 0A, AA and 44. RGB value is (10,170,68). Sum of RGB (Red+Green+Blue) = 10+170+68=248 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.03% from 248); Green value is 170 (66.80% from 255 or 68.55% from 248); Blue value is 68 (26.95% from 255 or 27.42% from 248); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA44 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAA44 is #F555BB. Grayscale: #6E6E6E. Windows color (decimal): -16078268 or 4499978. OLE color: 4499978.
HSL color Cylindrical-coordinate representation of color #0AAA44: hue angle of 141.75º 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 #0AAA44 is Cyan = 0.94, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 68 | - |
| CMYK | 0.94 | 0 | 0.6 | 0.33 |
| HSL | 141.75º | 0.89% | 0.35% | - |
| HSV(B) | 141.75º | 0.94% | 0.67% | - |
| XYZ | 15.54 | 29.23 | 10.29 | - |
| YUV | 110.53 | 103.99 | 56.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 68 | 0.94 | 0 | 0.6 | 0.33 | 141.75 | 0.89 | 0.35 |
| Hex | A | AA | 44 | 5E | 0 | 3C | 21 | 8E | 59 | 23 |
| Octal | 12 | 252 | 104 | 136 | 0 | 74 | 41 | 216 | 131 | 43 |
| Binary | 1010 | 10101010 | 1000100 | 1011110 | 0 | 111100 | 100001 | 10001110 | 1011001 | 100011 |
Color Harmonies of #0AAA44
Complementary color
Monochromatic Colors of #0AAA44
Black with #0AAA44
Text Example
Text Example
White with #0AAA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA44; }
p { color: rgb(10,170,68); }
H1.HeaderClassName
{
color: #0AAA44;
}
.AnyTagClassName
{
color: #0AAA44;
}
</style>
background-color css
<style>
a { background-color: #0AAA44; }
a { background-color: rgb(10,170,68); }
div.DivClassName
{
background-color: #0AAA44;
}
.BgClassName
{
background-color: #0AAA44;
}
</style>
border-color css
<style>
span { border-color: #0AAA44; }
span { border-color: rgb(10,170,68); }
td.TdClassName
{
border-color: #0AAA44;
}
.TagClassName
{
border-color: #0AAA44;
}
</style>