Shades of Dark Pastel Green #10DC2C
Tints of Dark Pastel Green #10DC2C
RGB
CMYK
RGB Variations
Color information
#10DC2C (or 0x10DC2C) is known color: Dark Pastel Green. HEX triplet: 10, DC and 2C. RGB value is (16,220,44). Sum of RGB (Red+Green+Blue) = 16+220+44=280 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.71% from 280); Green value is 220 (86.33% from 255 or 78.57% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 220 - color contains mainly: green. Hex color #10DC2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10DC2C is #EF23D3. Grayscale: #8B8B8B. Windows color (decimal): -15672276 or 2939920. OLE color: 2939920.
HSL color Cylindrical-coordinate representation of color #10DC2C: hue angle of 128.24º 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 #10DC2C is Cyan = 0.93, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 220 | 44 | - |
| CMYK | 0.93 | 0 | 0.8 | 0.14 |
| HSL | 128.24º | 0.86% | 0.46% | - |
| HSV(B) | 128.24º | 0.93% | 0.86% | - |
| XYZ | 26.26 | 51.48 | 10.94 | - |
| YUV | 138.94 | 74.41 | 40.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 220 | 44 | 0.93 | 0 | 0.8 | 0.14 | 128.24 | 0.86 | 0.46 |
| Hex | 10 | DC | 2C | 5D | 0 | 50 | E | 80 | 56 | 2E |
| Octal | 20 | 334 | 54 | 135 | 0 | 120 | 16 | 200 | 126 | 56 |
| Binary | 10000 | 11011100 | 101100 | 1011101 | 0 | 1010000 | 1110 | 10000000 | 1010110 | 101110 |
Color Harmonies of #10DC2C
Complementary color
Monochromatic Colors of #10DC2C
Black with #10DC2C
Text Example
Text Example
White with #10DC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DC2C; }
p { color: rgb(16,220,44); }
H1.HeaderClassName
{
color: #10DC2C;
}
.AnyTagClassName
{
color: #10DC2C;
}
</style>
background-color css
<style>
a { background-color: #10DC2C; }
a { background-color: rgb(16,220,44); }
div.DivClassName
{
background-color: #10DC2C;
}
.BgClassName
{
background-color: #10DC2C;
}
</style>
border-color css
<style>
span { border-color: #10DC2C; }
span { border-color: rgb(16,220,44); }
td.TdClassName
{
border-color: #10DC2C;
}
.TagClassName
{
border-color: #10DC2C;
}
</style>