Shades of Dark Pastel Green #0AC829
Tints of Dark Pastel Green #0AC829
RGB
CMYK
RGB Variations
Color information
#0AC829 (or 0x0AC829) is known color: Dark Pastel Green. HEX triplet: 0A, C8 and 29. RGB value is (10,200,41). Sum of RGB (Red+Green+Blue) = 10+200+41=251 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.98% from 251); Green value is 200 (78.52% from 255 or 79.68% from 251); Blue value is 41 (16.41% from 255 or 16.33% from 251); Max value from RGB is 200 - color contains mainly: green. Hex color #0AC829 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC829 is #F537D6. Grayscale: #7D7D7D. Windows color (decimal): -16070615 or 2738186. OLE color: 2738186.
HSL color Cylindrical-coordinate representation of color #0AC829: hue angle of 129.79º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC829 is Cyan = 0.95, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 200 | 41 | - |
| CMYK | 0.95 | 0 | 0.80 | 0.22 |
| HSL | 129.79º | 0.9% | 0.41% | - |
| HSV(B) | 129.79º | 0.95% | 0.78% | - |
| XYZ | 21.18 | 41.53 | 9 | - |
| YUV | 125.06 | 80.55 | 45.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 200 | 41 | 0.95 | 0 | 0.80 | 0.22 | 129.79 | 0.9 | 0.41 |
| Hex | A | C8 | 29 | 5F | 0 | 50 | 16 | 82 | 5A | 29 |
| Octal | 12 | 310 | 51 | 137 | 0 | 120 | 26 | 202 | 132 | 51 |
| Binary | 1010 | 11001000 | 101001 | 1011111 | 0 | 1010000 | 10110 | 10000010 | 1011010 | 101001 |
Color Harmonies of #0AC829
Complementary color
Monochromatic Colors of #0AC829
Black with #0AC829
Text Example
Text Example
White with #0AC829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC829; }
p { color: rgb(10,200,41); }
H1.HeaderClassName
{
color: #0AC829;
}
.AnyTagClassName
{
color: #0AC829;
}
</style>
background-color css
<style>
a { background-color: #0AC829; }
a { background-color: rgb(10,200,41); }
div.DivClassName
{
background-color: #0AC829;
}
.BgClassName
{
background-color: #0AC829;
}
</style>
border-color css
<style>
span { border-color: #0AC829; }
span { border-color: rgb(10,200,41); }
td.TdClassName
{
border-color: #0AC829;
}
.TagClassName
{
border-color: #0AC829;
}
</style>