Shades of Dark Pastel Green #0AA030
Tints of Dark Pastel Green #0AA030
RGB
CMYK
RGB Variations
Color information
#0AA030 (or 0x0AA030) is known color: Dark Pastel Green. HEX triplet: 0A, A0 and 30. RGB value is (10,160,48). Sum of RGB (Red+Green+Blue) = 10+160+48=218 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.59% from 218); Green value is 160 (62.89% from 255 or 73.39% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 160 - color contains mainly: green. Hex color #0AA030 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA030 is #F55FCF. Grayscale: #666666. Windows color (decimal): -16080848 or 3186698. OLE color: 3186698.
HSL color Cylindrical-coordinate representation of color #0AA030: hue angle of 135.2º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA030 is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 10 | 160 | 48 | - |
| CMYK | 0.94 | 0 | 0.70 | 0.37 |
| HSL | 135.2º | 0.88% | 0.33% | - |
| HSV(B) | 135.2º | 0.94% | 0.63% | - |
| XYZ | 13.23 | 25.42 | 7.01 | - |
| YUV | 102.38 | 97.31 | 62.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 160 | 48 | 0.94 | 0 | 0.70 | 0.37 | 135.2 | 0.88 | 0.33 |
| Hex | A | A0 | 30 | 5E | 0 | 46 | 25 | 87 | 58 | 21 |
| Octal | 12 | 240 | 60 | 136 | 0 | 106 | 45 | 207 | 130 | 41 |
| Binary | 1010 | 10100000 | 110000 | 1011110 | 0 | 1000110 | 100101 | 10000111 | 1011000 | 100001 |
Color Harmonies of #0AA030
Complementary color
Monochromatic Colors of #0AA030
Black with #0AA030
Text Example
Text Example
White with #0AA030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA030; }
p { color: rgb(10,160,48); }
H1.HeaderClassName
{
color: #0AA030;
}
.AnyTagClassName
{
color: #0AA030;
}
</style>
background-color css
<style>
a { background-color: #0AA030; }
a { background-color: rgb(10,160,48); }
div.DivClassName
{
background-color: #0AA030;
}
.BgClassName
{
background-color: #0AA030;
}
</style>
border-color css
<style>
span { border-color: #0AA030; }
span { border-color: rgb(10,160,48); }
td.TdClassName
{
border-color: #0AA030;
}
.TagClassName
{
border-color: #0AA030;
}
</style>