Shades of Dark Pastel Green #0ADC2C
Tints of Dark Pastel Green #0ADC2C
RGB
CMYK
RGB Variations
Color information
#0ADC2C (or 0x0ADC2C) is known color: Dark Pastel Green. HEX triplet: 0A, DC and 2C. RGB value is (10,220,44). Sum of RGB (Red+Green+Blue) = 10+220+44=274 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.65% from 274); Green value is 220 (86.33% from 255 or 80.29% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 220 - color contains mainly: green. Hex color #0ADC2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ADC2C is #F523D3. Grayscale: #898989. Windows color (decimal): -16065492 or 2939914. OLE color: 2939914.
HSL color Cylindrical-coordinate representation of color #0ADC2C: hue angle of 129.71º 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 #0ADC2C is Cyan = 0.95, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 220 | 44 | - |
| CMYK | 0.95 | 0 | 0.8 | 0.14 |
| HSL | 129.71º | 0.91% | 0.45% | - |
| HSV(B) | 129.71º | 0.95% | 0.86% | - |
| XYZ | 26.17 | 51.43 | 10.93 | - |
| YUV | 137.15 | 75.43 | 37.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 220 | 44 | 0.95 | 0 | 0.8 | 0.14 | 129.71 | 0.91 | 0.45 |
| Hex | A | DC | 2C | 5F | 0 | 50 | E | 82 | 5B | 2D |
| Octal | 12 | 334 | 54 | 137 | 0 | 120 | 16 | 202 | 133 | 55 |
| Binary | 1010 | 11011100 | 101100 | 1011111 | 0 | 1010000 | 1110 | 10000010 | 1011011 | 101101 |
Color Harmonies of #0ADC2C
Complementary color
Monochromatic Colors of #0ADC2C
Black with #0ADC2C
Text Example
Text Example
White with #0ADC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADC2C; }
p { color: rgb(10,220,44); }
H1.HeaderClassName
{
color: #0ADC2C;
}
.AnyTagClassName
{
color: #0ADC2C;
}
</style>
background-color css
<style>
a { background-color: #0ADC2C; }
a { background-color: rgb(10,220,44); }
div.DivClassName
{
background-color: #0ADC2C;
}
.BgClassName
{
background-color: #0ADC2C;
}
</style>
border-color css
<style>
span { border-color: #0ADC2C; }
span { border-color: rgb(10,220,44); }
td.TdClassName
{
border-color: #0ADC2C;
}
.TagClassName
{
border-color: #0ADC2C;
}
</style>