Shades of Dark Pastel Green #0ADE2B
Tints of Dark Pastel Green #0ADE2B
RGB
CMYK
RGB Variations
Color information
#0ADE2B (or 0x0ADE2B) is known color: Dark Pastel Green. HEX triplet: 0A, DE and 2B. RGB value is (10,222,43). Sum of RGB (Red+Green+Blue) = 10+222+43=275 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.64% from 275); Green value is 222 (87.11% from 255 or 80.73% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 222 - color contains mainly: green. Hex color #0ADE2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ADE2B is #F521D4. Grayscale: #8A8A8A. Windows color (decimal): -16064981 or 2874890. OLE color: 2874890.
HSL color Cylindrical-coordinate representation of color #0ADE2B: hue angle of 129.34º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADE2B is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 222 | 43 | - |
| CMYK | 0.95 | 0 | 0.81 | 0.13 |
| HSL | 129.34º | 0.91% | 0.45% | - |
| HSV(B) | 129.34º | 0.95% | 0.87% | - |
| XYZ | 26.68 | 52.48 | 11.01 | - |
| YUV | 138.21 | 74.26 | 36.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 222 | 43 | 0.95 | 0 | 0.81 | 0.13 | 129.34 | 0.91 | 0.45 |
| Hex | A | DE | 2B | 5F | 0 | 51 | D | 81 | 5B | 2D |
| Octal | 12 | 336 | 53 | 137 | 0 | 121 | 15 | 201 | 133 | 55 |
| Binary | 1010 | 11011110 | 101011 | 1011111 | 0 | 1010001 | 1101 | 10000001 | 1011011 | 101101 |
Color Harmonies of #0ADE2B
Complementary color
Monochromatic Colors of #0ADE2B
Black with #0ADE2B
Text Example
Text Example
White with #0ADE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADE2B; }
p { color: rgb(10,222,43); }
H1.HeaderClassName
{
color: #0ADE2B;
}
.AnyTagClassName
{
color: #0ADE2B;
}
</style>
background-color css
<style>
a { background-color: #0ADE2B; }
a { background-color: rgb(10,222,43); }
div.DivClassName
{
background-color: #0ADE2B;
}
.BgClassName
{
background-color: #0ADE2B;
}
</style>
border-color css
<style>
span { border-color: #0ADE2B; }
span { border-color: rgb(10,222,43); }
td.TdClassName
{
border-color: #0ADE2B;
}
.TagClassName
{
border-color: #0ADE2B;
}
</style>