Shades of Dark Pastel Green #10CE3C
Tints of Dark Pastel Green #10CE3C
RGB
CMYK
RGB Variations
Color information
#10CE3C (or 0x10CE3C) is known color: Dark Pastel Green. HEX triplet: 10, CE and 3C. RGB value is (16,206,60). Sum of RGB (Red+Green+Blue) = 16+206+60=282 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.67% from 282); Green value is 206 (80.86% from 255 or 73.05% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 206 - color contains mainly: green. Hex color #10CE3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10CE3C is #EF31C3. Grayscale: #848484. Windows color (decimal): -15675844 or 3984912. OLE color: 3984912.
HSL color Cylindrical-coordinate representation of color #10CE3C: hue angle of 133.89º 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 #10CE3C is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 206 | 60 | - |
| CMYK | 0.92 | 0 | 0.71 | 0.19 |
| HSL | 133.89º | 0.86% | 0.44% | - |
| HSV(B) | 133.89º | 0.92% | 0.81% | - |
| XYZ | 23.1 | 44.58 | 11.66 | - |
| YUV | 132.55 | 87.05 | 44.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 206 | 60 | 0.92 | 0 | 0.71 | 0.19 | 133.89 | 0.86 | 0.44 |
| Hex | 10 | CE | 3C | 5C | 0 | 47 | 13 | 86 | 56 | 2C |
| Octal | 20 | 316 | 74 | 134 | 0 | 107 | 23 | 206 | 126 | 54 |
| Binary | 10000 | 11001110 | 111100 | 1011100 | 0 | 1000111 | 10011 | 10000110 | 1010110 | 101100 |
Color Harmonies of #10CE3C
Complementary color
Monochromatic Colors of #10CE3C
Black with #10CE3C
Text Example
Text Example
White with #10CE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CE3C; }
p { color: rgb(16,206,60); }
H1.HeaderClassName
{
color: #10CE3C;
}
.AnyTagClassName
{
color: #10CE3C;
}
</style>
background-color css
<style>
a { background-color: #10CE3C; }
a { background-color: rgb(16,206,60); }
div.DivClassName
{
background-color: #10CE3C;
}
.BgClassName
{
background-color: #10CE3C;
}
</style>
border-color css
<style>
span { border-color: #10CE3C; }
span { border-color: rgb(16,206,60); }
td.TdClassName
{
border-color: #10CE3C;
}
.TagClassName
{
border-color: #10CE3C;
}
</style>