Shades of Dark Pastel Green #0ADD33
Tints of Dark Pastel Green #0ADD33
RGB
CMYK
RGB Variations
Color information
#0ADD33 (or 0x0ADD33) is known color: Dark Pastel Green. HEX triplet: 0A, DD and 33. RGB value is (10,221,51). Sum of RGB (Red+Green+Blue) = 10+221+51=282 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.55% from 282); Green value is 221 (86.72% from 255 or 78.37% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 221 - color contains mainly: green. Hex color #0ADD33 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ADD33 is #F522CC. Grayscale: #8B8B8B. Windows color (decimal): -16065229 or 3398922. OLE color: 3398922.
HSL color Cylindrical-coordinate representation of color #0ADD33: hue angle of 131.66º 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 #0ADD33 is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 221 | 51 | - |
| CMYK | 0.95 | 0 | 0.77 | 0.13 |
| HSL | 131.66º | 0.91% | 0.45% | - |
| HSV(B) | 131.66º | 0.95% | 0.87% | - |
| XYZ | 26.58 | 52.02 | 11.77 | - |
| YUV | 138.53 | 78.6 | 36.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 221 | 51 | 0.95 | 0 | 0.77 | 0.13 | 131.66 | 0.91 | 0.45 |
| Hex | A | DD | 33 | 5F | 0 | 4D | D | 84 | 5B | 2D |
| Octal | 12 | 335 | 63 | 137 | 0 | 115 | 15 | 204 | 133 | 55 |
| Binary | 1010 | 11011101 | 110011 | 1011111 | 0 | 1001101 | 1101 | 10000100 | 1011011 | 101101 |
Color Harmonies of #0ADD33
Complementary color
Monochromatic Colors of #0ADD33
Black with #0ADD33
Text Example
Text Example
White with #0ADD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADD33; }
p { color: rgb(10,221,51); }
H1.HeaderClassName
{
color: #0ADD33;
}
.AnyTagClassName
{
color: #0ADD33;
}
</style>
background-color css
<style>
a { background-color: #0ADD33; }
a { background-color: rgb(10,221,51); }
div.DivClassName
{
background-color: #0ADD33;
}
.BgClassName
{
background-color: #0ADD33;
}
</style>
border-color css
<style>
span { border-color: #0ADD33; }
span { border-color: rgb(10,221,51); }
td.TdClassName
{
border-color: #0ADD33;
}
.TagClassName
{
border-color: #0ADD33;
}
</style>