Shades of Dark Pastel Green #10D62C
Tints of Dark Pastel Green #10D62C
RGB
CMYK
RGB Variations
Color information
#10D62C (or 0x10D62C) is known color: Dark Pastel Green. HEX triplet: 10, D6 and 2C. RGB value is (16,214,44). Sum of RGB (Red+Green+Blue) = 16+214+44=274 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.84% from 274); Green value is 214 (83.98% from 255 or 78.10% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 214 - color contains mainly: green. Hex color #10D62C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D62C is #EF29D3. Grayscale: #878787. Windows color (decimal): -15673812 or 2938384. OLE color: 2938384.
HSL color Cylindrical-coordinate representation of color #10D62C: hue angle of 128.48º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D62C is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 214 | 44 | - |
| CMYK | 0.93 | 0 | 0.79 | 0.16 |
| HSL | 128.48º | 0.86% | 0.45% | - |
| HSV(B) | 128.48º | 0.93% | 0.84% | - |
| XYZ | 24.71 | 48.39 | 10.42 | - |
| YUV | 135.42 | 76.4 | 42.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 214 | 44 | 0.93 | 0 | 0.79 | 0.16 | 128.48 | 0.86 | 0.45 |
| Hex | 10 | D6 | 2C | 5D | 0 | 4F | 10 | 80 | 56 | 2D |
| Octal | 20 | 326 | 54 | 135 | 0 | 117 | 20 | 200 | 126 | 55 |
| Binary | 10000 | 11010110 | 101100 | 1011101 | 0 | 1001111 | 10000 | 10000000 | 1010110 | 101101 |
Color Harmonies of #10D62C
Complementary color
Monochromatic Colors of #10D62C
Black with #10D62C
Text Example
Text Example
White with #10D62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D62C; }
p { color: rgb(16,214,44); }
H1.HeaderClassName
{
color: #10D62C;
}
.AnyTagClassName
{
color: #10D62C;
}
</style>
background-color css
<style>
a { background-color: #10D62C; }
a { background-color: rgb(16,214,44); }
div.DivClassName
{
background-color: #10D62C;
}
.BgClassName
{
background-color: #10D62C;
}
</style>
border-color css
<style>
span { border-color: #10D62C; }
span { border-color: rgb(16,214,44); }
td.TdClassName
{
border-color: #10D62C;
}
.TagClassName
{
border-color: #10D62C;
}
</style>