Shades of Dark Pastel Green #0AD52D
Tints of Dark Pastel Green #0AD52D
RGB
CMYK
RGB Variations
Color information
#0AD52D (or 0x0AD52D) is known color: Dark Pastel Green. HEX triplet: 0A, D5 and 2D. RGB value is (10,213,45). Sum of RGB (Red+Green+Blue) = 10+213+45=268 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.73% from 268); Green value is 213 (83.59% from 255 or 79.48% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 213 - color contains mainly: green. Hex color #0AD52D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD52D is #F52AD2. Grayscale: #858585. Windows color (decimal): -16067283 or 3003658. OLE color: 3003658.
HSL color Cylindrical-coordinate representation of color #0AD52D: hue angle of 130.34º 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 #0AD52D is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 213 | 45 | - |
| CMYK | 0.95 | 0 | 0.79 | 0.16 |
| HSL | 130.34º | 0.91% | 0.44% | - |
| HSV(B) | 130.34º | 0.95% | 0.84% | - |
| XYZ | 24.39 | 47.84 | 10.43 | - |
| YUV | 133.15 | 78.25 | 40.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 213 | 45 | 0.95 | 0 | 0.79 | 0.16 | 130.34 | 0.91 | 0.44 |
| Hex | A | D5 | 2D | 5F | 0 | 4F | 10 | 82 | 5B | 2C |
| Octal | 12 | 325 | 55 | 137 | 0 | 117 | 20 | 202 | 133 | 54 |
| Binary | 1010 | 11010101 | 101101 | 1011111 | 0 | 1001111 | 10000 | 10000010 | 1011011 | 101100 |
Color Harmonies of #0AD52D
Complementary color
Monochromatic Colors of #0AD52D
Black with #0AD52D
Text Example
Text Example
White with #0AD52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD52D; }
p { color: rgb(10,213,45); }
H1.HeaderClassName
{
color: #0AD52D;
}
.AnyTagClassName
{
color: #0AD52D;
}
</style>
background-color css
<style>
a { background-color: #0AD52D; }
a { background-color: rgb(10,213,45); }
div.DivClassName
{
background-color: #0AD52D;
}
.BgClassName
{
background-color: #0AD52D;
}
</style>
border-color css
<style>
span { border-color: #0AD52D; }
span { border-color: rgb(10,213,45); }
td.TdClassName
{
border-color: #0AD52D;
}
.TagClassName
{
border-color: #0AD52D;
}
</style>