Shades of Dark Pastel Green #0ADD2B
Tints of Dark Pastel Green #0ADD2B
RGB
CMYK
RGB Variations
Color information
#0ADD2B (or 0x0ADD2B) is known color: Dark Pastel Green. HEX triplet: 0A, DD and 2B. RGB value is (10,221,43). Sum of RGB (Red+Green+Blue) = 10+221+43=274 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.65% from 274); Green value is 221 (86.72% from 255 or 80.66% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 221 - color contains mainly: green. Hex color #0ADD2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ADD2B is #F522D4. Grayscale: #8A8A8A. Windows color (decimal): -16065237 or 2874634. OLE color: 2874634.
HSL color Cylindrical-coordinate representation of color #0ADD2B: hue angle of 129.38º 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 #0ADD2B is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 221 | 43 | - |
| CMYK | 0.95 | 0 | 0.81 | 0.13 |
| HSL | 129.38º | 0.91% | 0.45% | - |
| HSV(B) | 129.38º | 0.95% | 0.87% | - |
| XYZ | 26.42 | 51.95 | 10.92 | - |
| YUV | 137.62 | 74.6 | 36.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 221 | 43 | 0.95 | 0 | 0.81 | 0.13 | 129.38 | 0.91 | 0.45 |
| Hex | A | DD | 2B | 5F | 0 | 51 | D | 81 | 5B | 2D |
| Octal | 12 | 335 | 53 | 137 | 0 | 121 | 15 | 201 | 133 | 55 |
| Binary | 1010 | 11011101 | 101011 | 1011111 | 0 | 1010001 | 1101 | 10000001 | 1011011 | 101101 |
Color Harmonies of #0ADD2B
Complementary color
Monochromatic Colors of #0ADD2B
Black with #0ADD2B
Text Example
Text Example
White with #0ADD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADD2B; }
p { color: rgb(10,221,43); }
H1.HeaderClassName
{
color: #0ADD2B;
}
.AnyTagClassName
{
color: #0ADD2B;
}
</style>
background-color css
<style>
a { background-color: #0ADD2B; }
a { background-color: rgb(10,221,43); }
div.DivClassName
{
background-color: #0ADD2B;
}
.BgClassName
{
background-color: #0ADD2B;
}
</style>
border-color css
<style>
span { border-color: #0ADD2B; }
span { border-color: rgb(10,221,43); }
td.TdClassName
{
border-color: #0ADD2B;
}
.TagClassName
{
border-color: #0ADD2B;
}
</style>