Shades of Dark Pastel Green #0AD529
Tints of Dark Pastel Green #0AD529
RGB
CMYK
RGB Variations
Color information
#0AD529 (or 0x0AD529) is known color: Dark Pastel Green. HEX triplet: 0A, D5 and 29. RGB value is (10,213,41). Sum of RGB (Red+Green+Blue) = 10+213+41=264 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.79% from 264); Green value is 213 (83.59% from 255 or 80.68% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 213 - color contains mainly: green. Hex color #0AD529 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD529 is #F52AD6. Grayscale: #858585. Windows color (decimal): -16067287 or 2741514. OLE color: 2741514.
HSL color Cylindrical-coordinate representation of color #0AD529: hue angle of 129.16º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD529 is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 213 | 41 | - |
| CMYK | 0.95 | 0 | 0.81 | 0.16 |
| HSL | 129.16º | 0.91% | 0.44% | - |
| HSV(B) | 129.16º | 0.95% | 0.84% | - |
| XYZ | 24.32 | 47.81 | 10.04 | - |
| YUV | 132.7 | 76.25 | 40.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 213 | 41 | 0.95 | 0 | 0.81 | 0.16 | 129.16 | 0.91 | 0.44 |
| Hex | A | D5 | 29 | 5F | 0 | 51 | 10 | 81 | 5B | 2C |
| Octal | 12 | 325 | 51 | 137 | 0 | 121 | 20 | 201 | 133 | 54 |
| Binary | 1010 | 11010101 | 101001 | 1011111 | 0 | 1010001 | 10000 | 10000001 | 1011011 | 101100 |
Color Harmonies of #0AD529
Complementary color
Monochromatic Colors of #0AD529
Black with #0AD529
Text Example
Text Example
White with #0AD529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD529; }
p { color: rgb(10,213,41); }
H1.HeaderClassName
{
color: #0AD529;
}
.AnyTagClassName
{
color: #0AD529;
}
</style>
background-color css
<style>
a { background-color: #0AD529; }
a { background-color: rgb(10,213,41); }
div.DivClassName
{
background-color: #0AD529;
}
.BgClassName
{
background-color: #0AD529;
}
</style>
border-color css
<style>
span { border-color: #0AD529; }
span { border-color: rgb(10,213,41); }
td.TdClassName
{
border-color: #0AD529;
}
.TagClassName
{
border-color: #0AD529;
}
</style>