Shades of Dark Pastel Green #10CE2F
Tints of Dark Pastel Green #10CE2F
RGB
CMYK
RGB Variations
Color information
#10CE2F (or 0x10CE2F) is known color: Dark Pastel Green. HEX triplet: 10, CE and 2F. RGB value is (16,206,47). Sum of RGB (Red+Green+Blue) = 16+206+47=269 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.95% from 269); Green value is 206 (80.86% from 255 or 76.58% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 206 - color contains mainly: green. Hex color #10CE2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10CE2F is #EF31D0. Grayscale: #838383. Windows color (decimal): -15675857 or 3132944. OLE color: 3132944.
HSL color Cylindrical-coordinate representation of color #10CE2F: hue angle of 129.79º 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 #10CE2F is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 206 | 47 | - |
| CMYK | 0.92 | 0 | 0.77 | 0.19 |
| HSL | 129.79º | 0.86% | 0.44% | - |
| HSV(B) | 129.79º | 0.92% | 0.81% | - |
| XYZ | 22.8 | 44.46 | 10.07 | - |
| YUV | 131.06 | 80.55 | 45.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 206 | 47 | 0.92 | 0 | 0.77 | 0.19 | 129.79 | 0.86 | 0.44 |
| Hex | 10 | CE | 2F | 5C | 0 | 4D | 13 | 82 | 56 | 2C |
| Octal | 20 | 316 | 57 | 134 | 0 | 115 | 23 | 202 | 126 | 54 |
| Binary | 10000 | 11001110 | 101111 | 1011100 | 0 | 1001101 | 10011 | 10000010 | 1010110 | 101100 |
Color Harmonies of #10CE2F
Complementary color
Monochromatic Colors of #10CE2F
Black with #10CE2F
Text Example
Text Example
White with #10CE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CE2F; }
p { color: rgb(16,206,47); }
H1.HeaderClassName
{
color: #10CE2F;
}
.AnyTagClassName
{
color: #10CE2F;
}
</style>
background-color css
<style>
a { background-color: #10CE2F; }
a { background-color: rgb(16,206,47); }
div.DivClassName
{
background-color: #10CE2F;
}
.BgClassName
{
background-color: #10CE2F;
}
</style>
border-color css
<style>
span { border-color: #10CE2F; }
span { border-color: rgb(16,206,47); }
td.TdClassName
{
border-color: #10CE2F;
}
.TagClassName
{
border-color: #10CE2F;
}
</style>