Shades of Pigment Green #0AA650
Tints of Pigment Green #0AA650
RGB
CMYK
RGB Variations
Color information
#0AA650 (or 0x0AA650) is known color: Pigment Green. HEX triplet: 0A, A6 and 50. RGB value is (10,166,80). Sum of RGB (Red+Green+Blue) = 10+166+80=256 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.91% from 256); Green value is 166 (65.23% from 255 or 64.84% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 166 - color contains mainly: green. Hex color #0AA650 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA650 is #F559AF. Grayscale: #6D6D6D. Windows color (decimal): -16079280 or 5285386. OLE color: 5285386.
HSL color Cylindrical-coordinate representation of color #0AA650: hue angle of 146.92º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA650 is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 10 | 166 | 80 | - |
| CMYK | 0.94 | 0 | 0.52 | 0.35 |
| HSL | 146.92º | 0.89% | 0.35% | - |
| HSV(B) | 146.92º | 0.94% | 0.65% | - |
| XYZ | 15.21 | 27.92 | 12.18 | - |
| YUV | 109.55 | 111.32 | 56.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 166 | 80 | 0.94 | 0 | 0.52 | 0.35 | 146.92 | 0.89 | 0.35 |
| Hex | A | A6 | 50 | 5E | 0 | 34 | 23 | 93 | 59 | 23 |
| Octal | 12 | 246 | 120 | 136 | 0 | 64 | 43 | 223 | 131 | 43 |
| Binary | 1010 | 10100110 | 1010000 | 1011110 | 0 | 110100 | 100011 | 10010011 | 1011001 | 100011 |
Color Harmonies of #0AA650
Complementary color
Monochromatic Colors of #0AA650
Black with #0AA650
Text Example
Text Example
White with #0AA650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA650; }
p { color: rgb(10,166,80); }
H1.HeaderClassName
{
color: #0AA650;
}
.AnyTagClassName
{
color: #0AA650;
}
</style>
background-color css
<style>
a { background-color: #0AA650; }
a { background-color: rgb(10,166,80); }
div.DivClassName
{
background-color: #0AA650;
}
.BgClassName
{
background-color: #0AA650;
}
</style>
border-color css
<style>
span { border-color: #0AA650; }
span { border-color: rgb(10,166,80); }
td.TdClassName
{
border-color: #0AA650;
}
.TagClassName
{
border-color: #0AA650;
}
</style>