Shades of Dark Pastel Green #0AD31F
Tints of Dark Pastel Green #0AD31F
RGB
CMYK
RGB Variations
Color information
#0AD31F (or 0x0AD31F) is known color: Dark Pastel Green. HEX triplet: 0A, D3 and 1F. RGB value is (10,211,31). Sum of RGB (Red+Green+Blue) = 10+211+31=252 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.97% from 252); Green value is 211 (82.81% from 255 or 83.73% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 211 - color contains mainly: green. Hex color #0AD31F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD31F is #F52CE0. Grayscale: #828282. Windows color (decimal): -16067809 or 2085642. OLE color: 2085642.
HSL color Cylindrical-coordinate representation of color #0AD31F: hue angle of 126.27º 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 #0AD31F is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 10 | 211 | 31 | - |
| CMYK | 0.95 | 0 | 0.85 | 0.17 |
| HSL | 126.27º | 0.91% | 0.43% | - |
| HSV(B) | 126.27º | 0.95% | 0.83% | - |
| XYZ | 23.67 | 46.75 | 9.07 | - |
| YUV | 130.38 | 71.91 | 42.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 211 | 31 | 0.95 | 0 | 0.85 | 0.17 | 126.27 | 0.91 | 0.43 |
| Hex | A | D3 | 1F | 5F | 0 | 55 | 11 | 7E | 5B | 2B |
| Octal | 12 | 323 | 37 | 137 | 0 | 125 | 21 | 176 | 133 | 53 |
| Binary | 1010 | 11010011 | 11111 | 1011111 | 0 | 1010101 | 10001 | 1111110 | 1011011 | 101011 |
Color Harmonies of #0AD31F
Complementary color
Monochromatic Colors of #0AD31F
Black with #0AD31F
Text Example
Text Example
White with #0AD31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD31F; }
p { color: rgb(10,211,31); }
H1.HeaderClassName
{
color: #0AD31F;
}
.AnyTagClassName
{
color: #0AD31F;
}
</style>
background-color css
<style>
a { background-color: #0AD31F; }
a { background-color: rgb(10,211,31); }
div.DivClassName
{
background-color: #0AD31F;
}
.BgClassName
{
background-color: #0AD31F;
}
</style>
border-color css
<style>
span { border-color: #0AD31F; }
span { border-color: rgb(10,211,31); }
td.TdClassName
{
border-color: #0AD31F;
}
.TagClassName
{
border-color: #0AD31F;
}
</style>