Shades of Pigment Green #0AAA55
Tints of Pigment Green #0AAA55
RGB
CMYK
RGB Variations
Color information
#0AAA55 (or 0x0AAA55) is known color: Pigment Green. HEX triplet: 0A, AA and 55. RGB value is (10,170,85). Sum of RGB (Red+Green+Blue) = 10+170+85=265 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.77% from 265); Green value is 170 (66.80% from 255 or 64.15% from 265); Blue value is 85 (33.59% from 255 or 32.08% from 265); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAA55 is #F555AA. Grayscale: #707070. Windows color (decimal): -16078251 or 5614090. OLE color: 5614090.
HSL color Cylindrical-coordinate representation of color #0AAA55: hue angle of 148.12º 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 #0AAA55 is Cyan = 0.94, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 85 | - |
| CMYK | 0.94 | 0 | 0.50 | 0.33 |
| HSL | 148.13º | 0.89% | 0.35% | - |
| HSV(B) | 148.13º | 0.94% | 0.67% | - |
| XYZ | 16.14 | 29.47 | 13.43 | - |
| YUV | 112.47 | 112.49 | 54.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 85 | 0.94 | 0 | 0.50 | 0.33 | 148.13 | 0.89 | 0.35 |
| Hex | A | AA | 55 | 5E | 0 | 32 | 21 | 94 | 59 | 23 |
| Octal | 12 | 252 | 125 | 136 | 0 | 62 | 41 | 224 | 131 | 43 |
| Binary | 1010 | 10101010 | 1010101 | 1011110 | 0 | 110010 | 100001 | 10010100 | 1011001 | 100011 |
Color Harmonies of #0AAA55
Complementary color
Monochromatic Colors of #0AAA55
Black with #0AAA55
Text Example
Text Example
White with #0AAA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA55; }
p { color: rgb(10,170,85); }
H1.HeaderClassName
{
color: #0AAA55;
}
.AnyTagClassName
{
color: #0AAA55;
}
</style>
background-color css
<style>
a { background-color: #0AAA55; }
a { background-color: rgb(10,170,85); }
div.DivClassName
{
background-color: #0AAA55;
}
.BgClassName
{
background-color: #0AAA55;
}
</style>
border-color css
<style>
span { border-color: #0AAA55; }
span { border-color: rgb(10,170,85); }
td.TdClassName
{
border-color: #0AAA55;
}
.TagClassName
{
border-color: #0AAA55;
}
</style>