Shades of Pigment Green #0AA558
Tints of Pigment Green #0AA558
RGB
CMYK
RGB Variations
Color information
#0AA558 (or 0x0AA558) is known color: Pigment Green. HEX triplet: 0A, A5 and 58. RGB value is (10,165,88). Sum of RGB (Red+Green+Blue) = 10+165+88=263 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.80% from 263); Green value is 165 (64.84% from 255 or 62.74% from 263); Blue value is 88 (34.77% from 255 or 33.46% from 263); Max value from RGB is 165 - color contains mainly: green. Hex color #0AA558 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA558 is #F55AA7. Grayscale: #6E6E6E. Windows color (decimal): -16079528 or 5809418. OLE color: 5809418.
HSL color Cylindrical-coordinate representation of color #0AA558: hue angle of 150.19º 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 #0AA558 is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 10 | 165 | 88 | - |
| CMYK | 0.94 | 0 | 0.47 | 0.35 |
| HSL | 150.19º | 0.89% | 0.34% | - |
| HSV(B) | 150.19º | 0.94% | 0.65% | - |
| XYZ | 15.34 | 27.68 | 13.77 | - |
| YUV | 109.88 | 115.65 | 56.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 165 | 88 | 0.94 | 0 | 0.47 | 0.35 | 150.19 | 0.89 | 0.34 |
| Hex | A | A5 | 58 | 5E | 0 | 2F | 23 | 96 | 59 | 22 |
| Octal | 12 | 245 | 130 | 136 | 0 | 57 | 43 | 226 | 131 | 42 |
| Binary | 1010 | 10100101 | 1011000 | 1011110 | 0 | 101111 | 100011 | 10010110 | 1011001 | 100010 |
Color Harmonies of #0AA558
Complementary color
Monochromatic Colors of #0AA558
Black with #0AA558
Text Example
Text Example
White with #0AA558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA558; }
p { color: rgb(10,165,88); }
H1.HeaderClassName
{
color: #0AA558;
}
.AnyTagClassName
{
color: #0AA558;
}
</style>
background-color css
<style>
a { background-color: #0AA558; }
a { background-color: rgb(10,165,88); }
div.DivClassName
{
background-color: #0AA558;
}
.BgClassName
{
background-color: #0AA558;
}
</style>
border-color css
<style>
span { border-color: #0AA558; }
span { border-color: rgb(10,165,88); }
td.TdClassName
{
border-color: #0AA558;
}
.TagClassName
{
border-color: #0AA558;
}
</style>