Shades of Dark Pastel Green #10DC2D
Tints of Dark Pastel Green #10DC2D
RGB
CMYK
RGB Variations
Color information
#10DC2D (or 0x10DC2D) is known color: Dark Pastel Green. HEX triplet: 10, DC and 2D. RGB value is (16,220,45). Sum of RGB (Red+Green+Blue) = 16+220+45=281 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.69% from 281); Green value is 220 (86.33% from 255 or 78.29% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 220 - color contains mainly: green. Hex color #10DC2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10DC2D is #EF23D2. Grayscale: #8B8B8B. Windows color (decimal): -15672275 or 3005456. OLE color: 3005456.
HSL color Cylindrical-coordinate representation of color #10DC2D: hue angle of 128.53º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DC2D is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 220 | 45 | - |
| CMYK | 0.93 | 0 | 0.80 | 0.14 |
| HSL | 128.53º | 0.86% | 0.46% | - |
| HSV(B) | 128.53º | 0.93% | 0.86% | - |
| XYZ | 26.28 | 51.49 | 11.04 | - |
| YUV | 139.05 | 74.91 | 40.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 220 | 45 | 0.93 | 0 | 0.80 | 0.14 | 128.53 | 0.86 | 0.46 |
| Hex | 10 | DC | 2D | 5D | 0 | 50 | E | 81 | 56 | 2E |
| Octal | 20 | 334 | 55 | 135 | 0 | 120 | 16 | 201 | 126 | 56 |
| Binary | 10000 | 11011100 | 101101 | 1011101 | 0 | 1010000 | 1110 | 10000001 | 1010110 | 101110 |
Color Harmonies of #10DC2D
Complementary color
Monochromatic Colors of #10DC2D
Black with #10DC2D
Text Example
Text Example
White with #10DC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DC2D; }
p { color: rgb(16,220,45); }
H1.HeaderClassName
{
color: #10DC2D;
}
.AnyTagClassName
{
color: #10DC2D;
}
</style>
background-color css
<style>
a { background-color: #10DC2D; }
a { background-color: rgb(16,220,45); }
div.DivClassName
{
background-color: #10DC2D;
}
.BgClassName
{
background-color: #10DC2D;
}
</style>
border-color css
<style>
span { border-color: #10DC2D; }
span { border-color: rgb(16,220,45); }
td.TdClassName
{
border-color: #10DC2D;
}
.TagClassName
{
border-color: #10DC2D;
}
</style>