Shades of Pigment Green #0AAA4A
Tints of Pigment Green #0AAA4A
RGB
CMYK
RGB Variations
Color information
#0AAA4A (or 0x0AAA4A) is known color: Pigment Green. HEX triplet: 0A, AA and 4A. RGB value is (10,170,74). Sum of RGB (Red+Green+Blue) = 10+170+74=254 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.94% from 254); Green value is 170 (66.80% from 255 or 66.93% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAA4A is #F555B5. Grayscale: #6F6F6F. Windows color (decimal): -16078262 or 4893194. OLE color: 4893194.
HSL color Cylindrical-coordinate representation of color #0AAA4A: hue angle of 144º 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 #0AAA4A is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 74 | - |
| CMYK | 0.94 | 0 | 0.56 | 0.33 |
| HSL | 144º | 0.89% | 0.35% | - |
| HSV(B) | 144º | 0.94% | 0.67% | - |
| XYZ | 15.74 | 29.31 | 11.31 | - |
| YUV | 111.22 | 106.99 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 74 | 0.94 | 0 | 0.56 | 0.33 | 144 | 0.89 | 0.35 |
| Hex | A | AA | 4A | 5E | 0 | 38 | 21 | 90 | 59 | 23 |
| Octal | 12 | 252 | 112 | 136 | 0 | 70 | 41 | 220 | 131 | 43 |
| Binary | 1010 | 10101010 | 1001010 | 1011110 | 0 | 111000 | 100001 | 10010000 | 1011001 | 100011 |
Color Harmonies of #0AAA4A
Complementary color
Monochromatic Colors of #0AAA4A
Black with #0AAA4A
Text Example
Text Example
White with #0AAA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA4A; }
p { color: rgb(10,170,74); }
H1.HeaderClassName
{
color: #0AAA4A;
}
.AnyTagClassName
{
color: #0AAA4A;
}
</style>
background-color css
<style>
a { background-color: #0AAA4A; }
a { background-color: rgb(10,170,74); }
div.DivClassName
{
background-color: #0AAA4A;
}
.BgClassName
{
background-color: #0AAA4A;
}
</style>
border-color css
<style>
span { border-color: #0AAA4A; }
span { border-color: rgb(10,170,74); }
td.TdClassName
{
border-color: #0AAA4A;
}
.TagClassName
{
border-color: #0AAA4A;
}
</style>