Shades of Dark Pastel Green #0AAA25
Tints of Dark Pastel Green #0AAA25
RGB
CMYK
RGB Variations
Color information
#0AAA25 (or 0x0AAA25) is known color: Dark Pastel Green. HEX triplet: 0A, AA and 25. RGB value is (10,170,37). Sum of RGB (Red+Green+Blue) = 10+170+37=217 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.61% from 217); Green value is 170 (66.80% from 255 or 78.34% from 217); Blue value is 37 (14.84% from 255 or 17.05% from 217); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA25 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAA25 is #F555DA. Grayscale: #6B6B6B. Windows color (decimal): -16078299 or 2468362. OLE color: 2468362.
HSL color Cylindrical-coordinate representation of color #0AAA25: hue angle of 130.12º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAA25 is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 37 | - |
| CMYK | 0.94 | 0 | 0.78 | 0.33 |
| HSL | 130.13º | 0.89% | 0.35% | - |
| HSV(B) | 130.13º | 0.94% | 0.67% | - |
| XYZ | 14.83 | 28.95 | 6.56 | - |
| YUV | 107 | 88.49 | 58.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 37 | 0.94 | 0 | 0.78 | 0.33 | 130.13 | 0.89 | 0.35 |
| Hex | A | AA | 25 | 5E | 0 | 4E | 21 | 82 | 59 | 23 |
| Octal | 12 | 252 | 45 | 136 | 0 | 116 | 41 | 202 | 131 | 43 |
| Binary | 1010 | 10101010 | 100101 | 1011110 | 0 | 1001110 | 100001 | 10000010 | 1011001 | 100011 |
Color Harmonies of #0AAA25
Complementary color
Monochromatic Colors of #0AAA25
Black with #0AAA25
Text Example
Text Example
White with #0AAA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA25; }
p { color: rgb(10,170,37); }
H1.HeaderClassName
{
color: #0AAA25;
}
.AnyTagClassName
{
color: #0AAA25;
}
</style>
background-color css
<style>
a { background-color: #0AAA25; }
a { background-color: rgb(10,170,37); }
div.DivClassName
{
background-color: #0AAA25;
}
.BgClassName
{
background-color: #0AAA25;
}
</style>
border-color css
<style>
span { border-color: #0AAA25; }
span { border-color: rgb(10,170,37); }
td.TdClassName
{
border-color: #0AAA25;
}
.TagClassName
{
border-color: #0AAA25;
}
</style>