Shades of Dark Pastel Green #0AD324
Tints of Dark Pastel Green #0AD324
RGB
CMYK
RGB Variations
Color information
#0AD324 (or 0x0AD324) is known color: Dark Pastel Green. HEX triplet: 0A, D3 and 24. RGB value is (10,211,36). Sum of RGB (Red+Green+Blue) = 10+211+36=257 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.89% from 257); Green value is 211 (82.81% from 255 or 82.10% from 257); Blue value is 36 (14.45% from 255 or 14.01% from 257); Max value from RGB is 211 - color contains mainly: green. Hex color #0AD324 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD324 is #F52CDB. Grayscale: #838383. Windows color (decimal): -16067804 or 2413322. OLE color: 2413322.
HSL color Cylindrical-coordinate representation of color #0AD324: hue angle of 127.76º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD324 is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 10 | 211 | 36 | - |
| CMYK | 0.95 | 0 | 0.83 | 0.17 |
| HSL | 127.76º | 0.91% | 0.43% | - |
| HSV(B) | 127.76º | 0.95% | 0.83% | - |
| XYZ | 23.74 | 46.78 | 9.45 | - |
| YUV | 130.95 | 74.41 | 41.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 211 | 36 | 0.95 | 0 | 0.83 | 0.17 | 127.76 | 0.91 | 0.43 |
| Hex | A | D3 | 24 | 5F | 0 | 53 | 11 | 80 | 5B | 2B |
| Octal | 12 | 323 | 44 | 137 | 0 | 123 | 21 | 200 | 133 | 53 |
| Binary | 1010 | 11010011 | 100100 | 1011111 | 0 | 1010011 | 10001 | 10000000 | 1011011 | 101011 |
Color Harmonies of #0AD324
Complementary color
Monochromatic Colors of #0AD324
Black with #0AD324
Text Example
Text Example
White with #0AD324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD324; }
p { color: rgb(10,211,36); }
H1.HeaderClassName
{
color: #0AD324;
}
.AnyTagClassName
{
color: #0AD324;
}
</style>
background-color css
<style>
a { background-color: #0AD324; }
a { background-color: rgb(10,211,36); }
div.DivClassName
{
background-color: #0AD324;
}
.BgClassName
{
background-color: #0AD324;
}
</style>
border-color css
<style>
span { border-color: #0AD324; }
span { border-color: rgb(10,211,36); }
td.TdClassName
{
border-color: #0AD324;
}
.TagClassName
{
border-color: #0AD324;
}
</style>