Shades of Dark Pastel Green #0AD21F
Tints of Dark Pastel Green #0AD21F
RGB
CMYK
RGB Variations
Color information
#0AD21F (or 0x0AD21F) is known color: Dark Pastel Green. HEX triplet: 0A, D2 and 1F. RGB value is (10,210,31). Sum of RGB (Red+Green+Blue) = 10+210+31=251 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.98% from 251); Green value is 210 (82.42% from 255 or 83.67% from 251); Blue value is 31 (12.5% from 255 or 12.35% from 251); Max value from RGB is 210 - color contains mainly: green. Hex color #0AD21F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD21F is #F52DE0. Grayscale: #828282. Windows color (decimal): -16068065 or 2085386. OLE color: 2085386.
HSL color Cylindrical-coordinate representation of color #0AD21F: hue angle of 126.3º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD21F is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 10 | 210 | 31 | - |
| CMYK | 0.95 | 0 | 0.85 | 0.18 |
| HSL | 126.3º | 0.91% | 0.43% | - |
| HSV(B) | 126.3º | 0.95% | 0.82% | - |
| XYZ | 23.42 | 46.26 | 8.99 | - |
| YUV | 129.79 | 72.24 | 42.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 210 | 31 | 0.95 | 0 | 0.85 | 0.18 | 126.3 | 0.91 | 0.43 |
| Hex | A | D2 | 1F | 5F | 0 | 55 | 12 | 7E | 5B | 2B |
| Octal | 12 | 322 | 37 | 137 | 0 | 125 | 22 | 176 | 133 | 53 |
| Binary | 1010 | 11010010 | 11111 | 1011111 | 0 | 1010101 | 10010 | 1111110 | 1011011 | 101011 |
Color Harmonies of #0AD21F
Complementary color
Monochromatic Colors of #0AD21F
Black with #0AD21F
Text Example
Text Example
White with #0AD21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD21F; }
p { color: rgb(10,210,31); }
H1.HeaderClassName
{
color: #0AD21F;
}
.AnyTagClassName
{
color: #0AD21F;
}
</style>
background-color css
<style>
a { background-color: #0AD21F; }
a { background-color: rgb(10,210,31); }
div.DivClassName
{
background-color: #0AD21F;
}
.BgClassName
{
background-color: #0AD21F;
}
</style>
border-color css
<style>
span { border-color: #0AD21F; }
span { border-color: rgb(10,210,31); }
td.TdClassName
{
border-color: #0AD21F;
}
.TagClassName
{
border-color: #0AD21F;
}
</style>