Shades of Dark Pastel Green #10D121
Tints of Dark Pastel Green #10D121
RGB
CMYK
RGB Variations
Color information
#10D121 (or 0x10D121) is known color: Dark Pastel Green. HEX triplet: 10, D1 and 21. RGB value is (16,209,33). Sum of RGB (Red+Green+Blue) = 16+209+33=258 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.20% from 258); Green value is 209 (82.03% from 255 or 81.01% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 209 - color contains mainly: green. Hex color #10D121 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D121 is #EF2EDE. Grayscale: #838383. Windows color (decimal): -15675103 or 2216208. OLE color: 2216208.
HSL color Cylindrical-coordinate representation of color #10D121: hue angle of 125.28º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D121 is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 209 | 33 | - |
| CMYK | 0.92 | 0 | 0.84 | 0.18 |
| HSL | 125.29º | 0.86% | 0.44% | - |
| HSV(B) | 125.29º | 0.92% | 0.82% | - |
| XYZ | 23.29 | 45.82 | 9.06 | - |
| YUV | 131.23 | 72.56 | 45.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 209 | 33 | 0.92 | 0 | 0.84 | 0.18 | 125.29 | 0.86 | 0.44 |
| Hex | 10 | D1 | 21 | 5C | 0 | 54 | 12 | 7D | 56 | 2C |
| Octal | 20 | 321 | 41 | 134 | 0 | 124 | 22 | 175 | 126 | 54 |
| Binary | 10000 | 11010001 | 100001 | 1011100 | 0 | 1010100 | 10010 | 1111101 | 1010110 | 101100 |
Color Harmonies of #10D121
Complementary color
Monochromatic Colors of #10D121
Black with #10D121
Text Example
Text Example
White with #10D121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D121; }
p { color: rgb(16,209,33); }
H1.HeaderClassName
{
color: #10D121;
}
.AnyTagClassName
{
color: #10D121;
}
</style>
background-color css
<style>
a { background-color: #10D121; }
a { background-color: rgb(16,209,33); }
div.DivClassName
{
background-color: #10D121;
}
.BgClassName
{
background-color: #10D121;
}
</style>
border-color css
<style>
span { border-color: #10D121; }
span { border-color: rgb(16,209,33); }
td.TdClassName
{
border-color: #10D121;
}
.TagClassName
{
border-color: #10D121;
}
</style>