Shades of Dark Pastel Green #0ADC31
Tints of Dark Pastel Green #0ADC31
RGB
CMYK
RGB Variations
Color information
#0ADC31 (or 0x0ADC31) is known color: Dark Pastel Green. HEX triplet: 0A, DC and 31. RGB value is (10,220,49). Sum of RGB (Red+Green+Blue) = 10+220+49=279 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.58% from 279); Green value is 220 (86.33% from 255 or 78.85% from 279); Blue value is 49 (19.53% from 255 or 17.56% from 279); Max value from RGB is 220 - color contains mainly: green. Hex color #0ADC31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ADC31 is #F523CE. Grayscale: #8A8A8A. Windows color (decimal): -16065487 or 3267594. OLE color: 3267594.
HSL color Cylindrical-coordinate representation of color #0ADC31: hue angle of 131.14º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADC31 is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 220 | 49 | - |
| CMYK | 0.95 | 0 | 0.78 | 0.14 |
| HSL | 131.14º | 0.91% | 0.45% | - |
| HSV(B) | 131.14º | 0.95% | 0.86% | - |
| XYZ | 26.27 | 51.47 | 11.46 | - |
| YUV | 137.72 | 77.93 | 36.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 220 | 49 | 0.95 | 0 | 0.78 | 0.14 | 131.14 | 0.91 | 0.45 |
| Hex | A | DC | 31 | 5F | 0 | 4E | E | 83 | 5B | 2D |
| Octal | 12 | 334 | 61 | 137 | 0 | 116 | 16 | 203 | 133 | 55 |
| Binary | 1010 | 11011100 | 110001 | 1011111 | 0 | 1001110 | 1110 | 10000011 | 1011011 | 101101 |
Color Harmonies of #0ADC31
Complementary color
Monochromatic Colors of #0ADC31
Black with #0ADC31
Text Example
Text Example
White with #0ADC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADC31; }
p { color: rgb(10,220,49); }
H1.HeaderClassName
{
color: #0ADC31;
}
.AnyTagClassName
{
color: #0ADC31;
}
</style>
background-color css
<style>
a { background-color: #0ADC31; }
a { background-color: rgb(10,220,49); }
div.DivClassName
{
background-color: #0ADC31;
}
.BgClassName
{
background-color: #0ADC31;
}
</style>
border-color css
<style>
span { border-color: #0ADC31; }
span { border-color: rgb(10,220,49); }
td.TdClassName
{
border-color: #0ADC31;
}
.TagClassName
{
border-color: #0ADC31;
}
</style>