Shades of Dark Pastel Green #0AD528
Tints of Dark Pastel Green #0AD528
RGB
CMYK
RGB Variations
Color information
#0AD528 (or 0x0AD528) is known color: Dark Pastel Green. HEX triplet: 0A, D5 and 28. RGB value is (10,213,40). Sum of RGB (Red+Green+Blue) = 10+213+40=263 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.80% from 263); Green value is 213 (83.59% from 255 or 80.99% from 263); Blue value is 40 (16.02% from 255 or 15.21% from 263); Max value from RGB is 213 - color contains mainly: green. Hex color #0AD528 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD528 is #F52AD7. Grayscale: #858585. Windows color (decimal): -16067288 or 2675978. OLE color: 2675978.
HSL color Cylindrical-coordinate representation of color #0AD528: hue angle of 128.87º 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 #0AD528 is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 213 | 40 | - |
| CMYK | 0.95 | 0 | 0.81 | 0.16 |
| HSL | 128.87º | 0.91% | 0.44% | - |
| HSV(B) | 128.87º | 0.95% | 0.84% | - |
| XYZ | 24.3 | 47.81 | 9.95 | - |
| YUV | 132.58 | 75.75 | 40.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 213 | 40 | 0.95 | 0 | 0.81 | 0.16 | 128.87 | 0.91 | 0.44 |
| Hex | A | D5 | 28 | 5F | 0 | 51 | 10 | 81 | 5B | 2C |
| Octal | 12 | 325 | 50 | 137 | 0 | 121 | 20 | 201 | 133 | 54 |
| Binary | 1010 | 11010101 | 101000 | 1011111 | 0 | 1010001 | 10000 | 10000001 | 1011011 | 101100 |
Color Harmonies of #0AD528
Complementary color
Monochromatic Colors of #0AD528
Black with #0AD528
Text Example
Text Example
White with #0AD528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD528; }
p { color: rgb(10,213,40); }
H1.HeaderClassName
{
color: #0AD528;
}
.AnyTagClassName
{
color: #0AD528;
}
</style>
background-color css
<style>
a { background-color: #0AD528; }
a { background-color: rgb(10,213,40); }
div.DivClassName
{
background-color: #0AD528;
}
.BgClassName
{
background-color: #0AD528;
}
</style>
border-color css
<style>
span { border-color: #0AD528; }
span { border-color: rgb(10,213,40); }
td.TdClassName
{
border-color: #0AD528;
}
.TagClassName
{
border-color: #0AD528;
}
</style>