Shades of Dark Pastel Green #10D62D
Tints of Dark Pastel Green #10D62D
RGB
CMYK
RGB Variations
Color information
#10D62D (or 0x10D62D) is known color: Dark Pastel Green. HEX triplet: 10, D6 and 2D. RGB value is (16,214,45). Sum of RGB (Red+Green+Blue) = 16+214+45=275 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.82% from 275); Green value is 214 (83.98% from 255 or 77.82% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 214 - color contains mainly: green. Hex color #10D62D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D62D is #EF29D2. Grayscale: #888888. Windows color (decimal): -15673811 or 3003920. OLE color: 3003920.
HSL color Cylindrical-coordinate representation of color #10D62D: hue angle of 128.79º 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 #10D62D is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 214 | 45 | - |
| CMYK | 0.93 | 0 | 0.79 | 0.16 |
| HSL | 128.79º | 0.86% | 0.45% | - |
| HSV(B) | 128.79º | 0.93% | 0.84% | - |
| XYZ | 24.73 | 48.39 | 10.52 | - |
| YUV | 135.53 | 76.9 | 42.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 214 | 45 | 0.93 | 0 | 0.79 | 0.16 | 128.79 | 0.86 | 0.45 |
| Hex | 10 | D6 | 2D | 5D | 0 | 4F | 10 | 81 | 56 | 2D |
| Octal | 20 | 326 | 55 | 135 | 0 | 117 | 20 | 201 | 126 | 55 |
| Binary | 10000 | 11010110 | 101101 | 1011101 | 0 | 1001111 | 10000 | 10000001 | 1010110 | 101101 |
Color Harmonies of #10D62D
Complementary color
Monochromatic Colors of #10D62D
Black with #10D62D
Text Example
Text Example
White with #10D62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D62D; }
p { color: rgb(16,214,45); }
H1.HeaderClassName
{
color: #10D62D;
}
.AnyTagClassName
{
color: #10D62D;
}
</style>
background-color css
<style>
a { background-color: #10D62D; }
a { background-color: rgb(16,214,45); }
div.DivClassName
{
background-color: #10D62D;
}
.BgClassName
{
background-color: #10D62D;
}
</style>
border-color css
<style>
span { border-color: #10D62D; }
span { border-color: rgb(16,214,45); }
td.TdClassName
{
border-color: #10D62D;
}
.TagClassName
{
border-color: #10D62D;
}
</style>