Shades of Dark Pastel Green #0AA628
Tints of Dark Pastel Green #0AA628
RGB
CMYK
RGB Variations
Color information
#0AA628 (or 0x0AA628) is known color: Dark Pastel Green. HEX triplet: 0A, A6 and 28. RGB value is (10,166,40). Sum of RGB (Red+Green+Blue) = 10+166+40=216 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.63% from 216); Green value is 166 (65.23% from 255 or 76.85% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 166 - color contains mainly: green. Hex color #0AA628 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA628 is #F559D7. Grayscale: #696969. Windows color (decimal): -16079320 or 2663946. OLE color: 2663946.
HSL color Cylindrical-coordinate representation of color #0AA628: hue angle of 131.54º 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 #0AA628 is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 10 | 166 | 40 | - |
| CMYK | 0.94 | 0 | 0.76 | 0.35 |
| HSL | 131.54º | 0.89% | 0.35% | - |
| HSV(B) | 131.54º | 0.94% | 0.65% | - |
| XYZ | 14.14 | 27.49 | 6.57 | - |
| YUV | 104.99 | 91.32 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 166 | 40 | 0.94 | 0 | 0.76 | 0.35 | 131.54 | 0.89 | 0.35 |
| Hex | A | A6 | 28 | 5E | 0 | 4C | 23 | 84 | 59 | 23 |
| Octal | 12 | 246 | 50 | 136 | 0 | 114 | 43 | 204 | 131 | 43 |
| Binary | 1010 | 10100110 | 101000 | 1011110 | 0 | 1001100 | 100011 | 10000100 | 1011001 | 100011 |
Color Harmonies of #0AA628
Complementary color
Monochromatic Colors of #0AA628
Black with #0AA628
Text Example
Text Example
White with #0AA628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA628; }
p { color: rgb(10,166,40); }
H1.HeaderClassName
{
color: #0AA628;
}
.AnyTagClassName
{
color: #0AA628;
}
</style>
background-color css
<style>
a { background-color: #0AA628; }
a { background-color: rgb(10,166,40); }
div.DivClassName
{
background-color: #0AA628;
}
.BgClassName
{
background-color: #0AA628;
}
</style>
border-color css
<style>
span { border-color: #0AA628; }
span { border-color: rgb(10,166,40); }
td.TdClassName
{
border-color: #0AA628;
}
.TagClassName
{
border-color: #0AA628;
}
</style>