Shades of Dark Pastel Green #0AD41F
Tints of Dark Pastel Green #0AD41F
RGB
CMYK
RGB Variations
Color information
#0AD41F (or 0x0AD41F) is known color: Dark Pastel Green. HEX triplet: 0A, D4 and 1F. RGB value is (10,212,31). Sum of RGB (Red+Green+Blue) = 10+212+31=253 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.95% from 253); Green value is 212 (83.20% from 255 or 83.79% from 253); Blue value is 31 (12.5% from 255 or 12.25% from 253); Max value from RGB is 212 - color contains mainly: green. Hex color #0AD41F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD41F is #F52BE0. Grayscale: #838383. Windows color (decimal): -16067553 or 2085898. OLE color: 2085898.
HSL color Cylindrical-coordinate representation of color #0AD41F: hue angle of 126.24º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD41F is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 10 | 212 | 31 | - |
| CMYK | 0.95 | 0 | 0.85 | 0.17 |
| HSL | 126.24º | 0.91% | 0.44% | - |
| HSV(B) | 126.24º | 0.95% | 0.83% | - |
| XYZ | 23.92 | 47.25 | 9.16 | - |
| YUV | 130.97 | 71.58 | 41.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 212 | 31 | 0.95 | 0 | 0.85 | 0.17 | 126.24 | 0.91 | 0.44 |
| Hex | A | D4 | 1F | 5F | 0 | 55 | 11 | 7E | 5B | 2C |
| Octal | 12 | 324 | 37 | 137 | 0 | 125 | 21 | 176 | 133 | 54 |
| Binary | 1010 | 11010100 | 11111 | 1011111 | 0 | 1010101 | 10001 | 1111110 | 1011011 | 101100 |
Color Harmonies of #0AD41F
Complementary color
Monochromatic Colors of #0AD41F
Black with #0AD41F
Text Example
Text Example
White with #0AD41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD41F; }
p { color: rgb(10,212,31); }
H1.HeaderClassName
{
color: #0AD41F;
}
.AnyTagClassName
{
color: #0AD41F;
}
</style>
background-color css
<style>
a { background-color: #0AD41F; }
a { background-color: rgb(10,212,31); }
div.DivClassName
{
background-color: #0AD41F;
}
.BgClassName
{
background-color: #0AD41F;
}
</style>
border-color css
<style>
span { border-color: #0AD41F; }
span { border-color: rgb(10,212,31); }
td.TdClassName
{
border-color: #0AD41F;
}
.TagClassName
{
border-color: #0AD41F;
}
</style>