Shades of Pigment Green #0AA455
Tints of Pigment Green #0AA455
RGB
CMYK
RGB Variations
Color information
#0AA455 (or 0x0AA455) is known color: Pigment Green. HEX triplet: 0A, A4 and 55. RGB value is (10,164,85). Sum of RGB (Red+Green+Blue) = 10+164+85=259 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.86% from 259); Green value is 164 (64.45% from 255 or 63.32% from 259); Blue value is 85 (33.59% from 255 or 32.82% from 259); Max value from RGB is 164 - color contains mainly: green. Hex color #0AA455 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA455 is #F55BAA. Grayscale: #6D6D6D. Windows color (decimal): -16079787 or 5612554. OLE color: 5612554.
HSL color Cylindrical-coordinate representation of color #0AA455: hue angle of 149.22º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA455 is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 10 | 164 | 85 | - |
| CMYK | 0.94 | 0 | 0.48 | 0.36 |
| HSL | 149.22º | 0.89% | 0.34% | - |
| HSV(B) | 149.22º | 0.94% | 0.64% | - |
| XYZ | 15.04 | 27.27 | 13.07 | - |
| YUV | 108.95 | 114.48 | 57.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 164 | 85 | 0.94 | 0 | 0.48 | 0.36 | 149.22 | 0.89 | 0.34 |
| Hex | A | A4 | 55 | 5E | 0 | 30 | 24 | 95 | 59 | 22 |
| Octal | 12 | 244 | 125 | 136 | 0 | 60 | 44 | 225 | 131 | 42 |
| Binary | 1010 | 10100100 | 1010101 | 1011110 | 0 | 110000 | 100100 | 10010101 | 1011001 | 100010 |
Color Harmonies of #0AA455
Complementary color
Monochromatic Colors of #0AA455
Black with #0AA455
Text Example
Text Example
White with #0AA455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA455; }
p { color: rgb(10,164,85); }
H1.HeaderClassName
{
color: #0AA455;
}
.AnyTagClassName
{
color: #0AA455;
}
</style>
background-color css
<style>
a { background-color: #0AA455; }
a { background-color: rgb(10,164,85); }
div.DivClassName
{
background-color: #0AA455;
}
.BgClassName
{
background-color: #0AA455;
}
</style>
border-color css
<style>
span { border-color: #0AA455; }
span { border-color: rgb(10,164,85); }
td.TdClassName
{
border-color: #0AA455;
}
.TagClassName
{
border-color: #0AA455;
}
</style>