Shades of Dark Pastel Green #10AD21
Tints of Dark Pastel Green #10AD21
RGB
CMYK
RGB Variations
Color information
#10AD21 (or 0x10AD21) is known color: Dark Pastel Green. HEX triplet: 10, AD and 21. RGB value is (16,173,33). Sum of RGB (Red+Green+Blue) = 16+173+33=222 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.21% from 222); Green value is 173 (67.97% from 255 or 77.93% from 222); Blue value is 33 (13.28% from 255 or 14.86% from 222); Max value from RGB is 173 - color contains mainly: green. Hex color #10AD21 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AD21 is #EF52DE. Grayscale: #6E6E6E. Windows color (decimal): -15684319 or 2206992. OLE color: 2206992.
HSL color Cylindrical-coordinate representation of color #10AD21: hue angle of 126.5º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AD21 is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 173 | 33 | - |
| CMYK | 0.91 | 0 | 0.81 | 0.32 |
| HSL | 126.5º | 0.83% | 0.37% | - |
| HSV(B) | 126.5º | 0.91% | 0.68% | - |
| XYZ | 15.43 | 30.11 | 6.44 | - |
| YUV | 110.1 | 84.49 | 60.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 173 | 33 | 0.91 | 0 | 0.81 | 0.32 | 126.5 | 0.83 | 0.37 |
| Hex | 10 | AD | 21 | 5B | 0 | 51 | 20 | 7E | 53 | 25 |
| Octal | 20 | 255 | 41 | 133 | 0 | 121 | 40 | 176 | 123 | 45 |
| Binary | 10000 | 10101101 | 100001 | 1011011 | 0 | 1010001 | 100000 | 1111110 | 1010011 | 100101 |
Color Harmonies of #10AD21
Complementary color
Monochromatic Colors of #10AD21
Black with #10AD21
Text Example
Text Example
White with #10AD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AD21; }
p { color: rgb(16,173,33); }
H1.HeaderClassName
{
color: #10AD21;
}
.AnyTagClassName
{
color: #10AD21;
}
</style>
background-color css
<style>
a { background-color: #10AD21; }
a { background-color: rgb(16,173,33); }
div.DivClassName
{
background-color: #10AD21;
}
.BgClassName
{
background-color: #10AD21;
}
</style>
border-color css
<style>
span { border-color: #10AD21; }
span { border-color: rgb(16,173,33); }
td.TdClassName
{
border-color: #10AD21;
}
.TagClassName
{
border-color: #10AD21;
}
</style>