Shades of Dark Pastel Green #10D627
Tints of Dark Pastel Green #10D627
RGB
CMYK
RGB Variations
Color information
#10D627 (or 0x10D627) is known color: Dark Pastel Green. HEX triplet: 10, D6 and 27. RGB value is (16,214,39). Sum of RGB (Red+Green+Blue) = 16+214+39=269 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.95% from 269); Green value is 214 (83.98% from 255 or 79.55% from 269); Blue value is 39 (15.62% from 255 or 14.50% from 269); Max value from RGB is 214 - color contains mainly: green. Hex color #10D627 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D627 is #EF29D8. Grayscale: #878787. Windows color (decimal): -15673817 or 2610704. OLE color: 2610704.
HSL color Cylindrical-coordinate representation of color #10D627: hue angle of 126.97º 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 #10D627 is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 214 | 39 | - |
| CMYK | 0.93 | 0 | 0.82 | 0.16 |
| HSL | 126.97º | 0.86% | 0.45% | - |
| HSV(B) | 126.97º | 0.93% | 0.84% | - |
| XYZ | 24.63 | 48.35 | 9.95 | - |
| YUV | 134.85 | 73.9 | 43.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 214 | 39 | 0.93 | 0 | 0.82 | 0.16 | 126.97 | 0.86 | 0.45 |
| Hex | 10 | D6 | 27 | 5D | 0 | 52 | 10 | 7F | 56 | 2D |
| Octal | 20 | 326 | 47 | 135 | 0 | 122 | 20 | 177 | 126 | 55 |
| Binary | 10000 | 11010110 | 100111 | 1011101 | 0 | 1010010 | 10000 | 1111111 | 1010110 | 101101 |
Color Harmonies of #10D627
Complementary color
Monochromatic Colors of #10D627
Black with #10D627
Text Example
Text Example
White with #10D627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D627; }
p { color: rgb(16,214,39); }
H1.HeaderClassName
{
color: #10D627;
}
.AnyTagClassName
{
color: #10D627;
}
</style>
background-color css
<style>
a { background-color: #10D627; }
a { background-color: rgb(16,214,39); }
div.DivClassName
{
background-color: #10D627;
}
.BgClassName
{
background-color: #10D627;
}
</style>
border-color css
<style>
span { border-color: #10D627; }
span { border-color: rgb(16,214,39); }
td.TdClassName
{
border-color: #10D627;
}
.TagClassName
{
border-color: #10D627;
}
</style>