Shades of Dark Pastel Green #10DA28
Tints of Dark Pastel Green #10DA28
RGB
CMYK
RGB Variations
Color information
#10DA28 (or 0x10DA28) is known color: Dark Pastel Green. HEX triplet: 10, DA and 28. RGB value is (16,218,40). Sum of RGB (Red+Green+Blue) = 16+218+40=274 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.84% from 274); Green value is 218 (85.55% from 255 or 79.56% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 218 - color contains mainly: green. Hex color #10DA28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10DA28 is #EF25D7. Grayscale: #898989. Windows color (decimal): -15672792 or 2677264. OLE color: 2677264.
HSL color Cylindrical-coordinate representation of color #10DA28: hue angle of 127.13º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DA28 is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 218 | 40 | - |
| CMYK | 0.93 | 0 | 0.82 | 0.15 |
| HSL | 127.13º | 0.86% | 0.46% | - |
| HSV(B) | 127.13º | 0.93% | 0.85% | - |
| XYZ | 25.67 | 50.41 | 10.38 | - |
| YUV | 137.31 | 73.08 | 41.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 218 | 40 | 0.93 | 0 | 0.82 | 0.15 | 127.13 | 0.86 | 0.46 |
| Hex | 10 | DA | 28 | 5D | 0 | 52 | F | 7F | 56 | 2E |
| Octal | 20 | 332 | 50 | 135 | 0 | 122 | 17 | 177 | 126 | 56 |
| Binary | 10000 | 11011010 | 101000 | 1011101 | 0 | 1010010 | 1111 | 1111111 | 1010110 | 101110 |
Color Harmonies of #10DA28
Complementary color
Monochromatic Colors of #10DA28
Black with #10DA28
Text Example
Text Example
White with #10DA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DA28; }
p { color: rgb(16,218,40); }
H1.HeaderClassName
{
color: #10DA28;
}
.AnyTagClassName
{
color: #10DA28;
}
</style>
background-color css
<style>
a { background-color: #10DA28; }
a { background-color: rgb(16,218,40); }
div.DivClassName
{
background-color: #10DA28;
}
.BgClassName
{
background-color: #10DA28;
}
</style>
border-color css
<style>
span { border-color: #10DA28; }
span { border-color: rgb(16,218,40); }
td.TdClassName
{
border-color: #10DA28;
}
.TagClassName
{
border-color: #10DA28;
}
</style>