Shades of Pigment Green #0AA553
Tints of Pigment Green #0AA553
RGB
CMYK
RGB Variations
Color information
#0AA553 (or 0x0AA553) is known color: Pigment Green. HEX triplet: 0A, A5 and 53. RGB value is (10,165,83). Sum of RGB (Red+Green+Blue) = 10+165+83=258 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.88% from 258); Green value is 165 (64.84% from 255 or 63.95% from 258); Blue value is 83 (32.81% from 255 or 32.17% from 258); Max value from RGB is 165 - color contains mainly: green. Hex color #0AA553 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA553 is #F55AAC. Grayscale: #6D6D6D. Windows color (decimal): -16079533 or 5481738. OLE color: 5481738.
HSL color Cylindrical-coordinate representation of color #0AA553: hue angle of 148.26º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA553 is Cyan = 0.94, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 10 | 165 | 83 | - |
| CMYK | 0.94 | 0 | 0.50 | 0.35 |
| HSL | 148.26º | 0.89% | 0.34% | - |
| HSV(B) | 148.26º | 0.94% | 0.65% | - |
| XYZ | 15.14 | 27.6 | 12.71 | - |
| YUV | 109.31 | 113.15 | 57.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 165 | 83 | 0.94 | 0 | 0.50 | 0.35 | 148.26 | 0.89 | 0.34 |
| Hex | A | A5 | 53 | 5E | 0 | 32 | 23 | 94 | 59 | 22 |
| Octal | 12 | 245 | 123 | 136 | 0 | 62 | 43 | 224 | 131 | 42 |
| Binary | 1010 | 10100101 | 1010011 | 1011110 | 0 | 110010 | 100011 | 10010100 | 1011001 | 100010 |
Color Harmonies of #0AA553
Complementary color
Monochromatic Colors of #0AA553
Black with #0AA553
Text Example
Text Example
White with #0AA553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA553; }
p { color: rgb(10,165,83); }
H1.HeaderClassName
{
color: #0AA553;
}
.AnyTagClassName
{
color: #0AA553;
}
</style>
background-color css
<style>
a { background-color: #0AA553; }
a { background-color: rgb(10,165,83); }
div.DivClassName
{
background-color: #0AA553;
}
.BgClassName
{
background-color: #0AA553;
}
</style>
border-color css
<style>
span { border-color: #0AA553; }
span { border-color: rgb(10,165,83); }
td.TdClassName
{
border-color: #0AA553;
}
.TagClassName
{
border-color: #0AA553;
}
</style>