Shades of Pigment Green #0AAA53
Tints of Pigment Green #0AAA53
RGB
CMYK
RGB Variations
Color information
#0AAA53 (or 0x0AAA53) is known color: Pigment Green. HEX triplet: 0A, AA and 53. RGB value is (10,170,83). Sum of RGB (Red+Green+Blue) = 10+170+83=263 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.80% from 263); Green value is 170 (66.80% from 255 or 64.64% from 263); Blue value is 83 (32.81% from 255 or 31.56% from 263); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAA53 is #F555AC. Grayscale: #707070. Windows color (decimal): -16078253 or 5483018. OLE color: 5483018.
HSL color Cylindrical-coordinate representation of color #0AAA53: hue angle of 147.38º 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 #0AAA53 is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 83 | - |
| CMYK | 0.94 | 0 | 0.51 | 0.33 |
| HSL | 147.38º | 0.89% | 0.35% | - |
| HSV(B) | 147.38º | 0.94% | 0.67% | - |
| XYZ | 16.06 | 29.44 | 13.02 | - |
| YUV | 112.24 | 111.49 | 55.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 83 | 0.94 | 0 | 0.51 | 0.33 | 147.38 | 0.89 | 0.35 |
| Hex | A | AA | 53 | 5E | 0 | 33 | 21 | 93 | 59 | 23 |
| Octal | 12 | 252 | 123 | 136 | 0 | 63 | 41 | 223 | 131 | 43 |
| Binary | 1010 | 10101010 | 1010011 | 1011110 | 0 | 110011 | 100001 | 10010011 | 1011001 | 100011 |
Color Harmonies of #0AAA53
Complementary color
Monochromatic Colors of #0AAA53
Black with #0AAA53
Text Example
Text Example
White with #0AAA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA53; }
p { color: rgb(10,170,83); }
H1.HeaderClassName
{
color: #0AAA53;
}
.AnyTagClassName
{
color: #0AAA53;
}
</style>
background-color css
<style>
a { background-color: #0AAA53; }
a { background-color: rgb(10,170,83); }
div.DivClassName
{
background-color: #0AAA53;
}
.BgClassName
{
background-color: #0AAA53;
}
</style>
border-color css
<style>
span { border-color: #0AAA53; }
span { border-color: rgb(10,170,83); }
td.TdClassName
{
border-color: #0AAA53;
}
.TagClassName
{
border-color: #0AAA53;
}
</style>