Shades of Dark Pastel Green #0AA625
Tints of Dark Pastel Green #0AA625
RGB
CMYK
RGB Variations
Color information
#0AA625 (or 0x0AA625) is known color: Dark Pastel Green. HEX triplet: 0A, A6 and 25. RGB value is (10,166,37). Sum of RGB (Red+Green+Blue) = 10+166+37=213 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.69% from 213); Green value is 166 (65.23% from 255 or 77.93% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 166 - color contains mainly: green. Hex color #0AA625 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA625 is #F559DA. Grayscale: #696969. Windows color (decimal): -16079323 or 2467338. OLE color: 2467338.
HSL color Cylindrical-coordinate representation of color #0AA625: hue angle of 130.38º 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 #0AA625 is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 10 | 166 | 37 | - |
| CMYK | 0.94 | 0 | 0.78 | 0.35 |
| HSL | 130.38º | 0.89% | 0.35% | - |
| HSV(B) | 130.38º | 0.94% | 0.65% | - |
| XYZ | 14.1 | 27.47 | 6.31 | - |
| YUV | 104.65 | 89.82 | 60.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 166 | 37 | 0.94 | 0 | 0.78 | 0.35 | 130.38 | 0.89 | 0.35 |
| Hex | A | A6 | 25 | 5E | 0 | 4E | 23 | 82 | 59 | 23 |
| Octal | 12 | 246 | 45 | 136 | 0 | 116 | 43 | 202 | 131 | 43 |
| Binary | 1010 | 10100110 | 100101 | 1011110 | 0 | 1001110 | 100011 | 10000010 | 1011001 | 100011 |
Color Harmonies of #0AA625
Complementary color
Monochromatic Colors of #0AA625
Black with #0AA625
Text Example
Text Example
White with #0AA625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA625; }
p { color: rgb(10,166,37); }
H1.HeaderClassName
{
color: #0AA625;
}
.AnyTagClassName
{
color: #0AA625;
}
</style>
background-color css
<style>
a { background-color: #0AA625; }
a { background-color: rgb(10,166,37); }
div.DivClassName
{
background-color: #0AA625;
}
.BgClassName
{
background-color: #0AA625;
}
</style>
border-color css
<style>
span { border-color: #0AA625; }
span { border-color: rgb(10,166,37); }
td.TdClassName
{
border-color: #0AA625;
}
.TagClassName
{
border-color: #0AA625;
}
</style>