Shades of Dark Pastel Green #10CE3D
Tints of Dark Pastel Green #10CE3D
RGB
CMYK
RGB Variations
Color information
#10CE3D (or 0x10CE3D) is known color: Dark Pastel Green. HEX triplet: 10, CE and 3D. RGB value is (16,206,61). Sum of RGB (Red+Green+Blue) = 16+206+61=283 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.65% from 283); Green value is 206 (80.86% from 255 or 72.79% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 206 - color contains mainly: green. Hex color #10CE3D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10CE3D is #EF31C2. Grayscale: #858585. Windows color (decimal): -15675843 or 4050448. OLE color: 4050448.
HSL color Cylindrical-coordinate representation of color #10CE3D: hue angle of 134.21º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CE3D is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 206 | 61 | - |
| CMYK | 0.92 | 0 | 0.70 | 0.19 |
| HSL | 134.21º | 0.86% | 0.44% | - |
| HSV(B) | 134.21º | 0.92% | 0.81% | - |
| XYZ | 23.13 | 44.59 | 11.8 | - |
| YUV | 132.66 | 87.55 | 44.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 206 | 61 | 0.92 | 0 | 0.70 | 0.19 | 134.21 | 0.86 | 0.44 |
| Hex | 10 | CE | 3D | 5C | 0 | 46 | 13 | 86 | 56 | 2C |
| Octal | 20 | 316 | 75 | 134 | 0 | 106 | 23 | 206 | 126 | 54 |
| Binary | 10000 | 11001110 | 111101 | 1011100 | 0 | 1000110 | 10011 | 10000110 | 1010110 | 101100 |
Color Harmonies of #10CE3D
Complementary color
Monochromatic Colors of #10CE3D
Black with #10CE3D
Text Example
Text Example
White with #10CE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CE3D; }
p { color: rgb(16,206,61); }
H1.HeaderClassName
{
color: #10CE3D;
}
.AnyTagClassName
{
color: #10CE3D;
}
</style>
background-color css
<style>
a { background-color: #10CE3D; }
a { background-color: rgb(16,206,61); }
div.DivClassName
{
background-color: #10CE3D;
}
.BgClassName
{
background-color: #10CE3D;
}
</style>
border-color css
<style>
span { border-color: #10CE3D; }
span { border-color: rgb(16,206,61); }
td.TdClassName
{
border-color: #10CE3D;
}
.TagClassName
{
border-color: #10CE3D;
}
</style>