Shades of Dark Pastel Green #10D23C
Tints of Dark Pastel Green #10D23C
RGB
CMYK
RGB Variations
Color information
#10D23C (or 0x10D23C) is known color: Dark Pastel Green. HEX triplet: 10, D2 and 3C. RGB value is (16,210,60). Sum of RGB (Red+Green+Blue) = 16+210+60=286 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.59% from 286); Green value is 210 (82.42% from 255 or 73.43% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 210 - color contains mainly: green. Hex color #10D23C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D23C is #EF2DC3. Grayscale: #878787. Windows color (decimal): -15674820 or 3985936. OLE color: 3985936.
HSL color Cylindrical-coordinate representation of color #10D23C: hue angle of 133.61º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D23C is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 210 | 60 | - |
| CMYK | 0.92 | 0 | 0.71 | 0.18 |
| HSL | 133.61º | 0.86% | 0.44% | - |
| HSV(B) | 133.61º | 0.92% | 0.82% | - |
| XYZ | 24.08 | 46.53 | 11.99 | - |
| YUV | 134.89 | 85.73 | 43.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 210 | 60 | 0.92 | 0 | 0.71 | 0.18 | 133.61 | 0.86 | 0.44 |
| Hex | 10 | D2 | 3C | 5C | 0 | 47 | 12 | 86 | 56 | 2C |
| Octal | 20 | 322 | 74 | 134 | 0 | 107 | 22 | 206 | 126 | 54 |
| Binary | 10000 | 11010010 | 111100 | 1011100 | 0 | 1000111 | 10010 | 10000110 | 1010110 | 101100 |
Color Harmonies of #10D23C
Complementary color
Monochromatic Colors of #10D23C
Black with #10D23C
Text Example
Text Example
White with #10D23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D23C; }
p { color: rgb(16,210,60); }
H1.HeaderClassName
{
color: #10D23C;
}
.AnyTagClassName
{
color: #10D23C;
}
</style>
background-color css
<style>
a { background-color: #10D23C; }
a { background-color: rgb(16,210,60); }
div.DivClassName
{
background-color: #10D23C;
}
.BgClassName
{
background-color: #10D23C;
}
</style>
border-color css
<style>
span { border-color: #10D23C; }
span { border-color: rgb(16,210,60); }
td.TdClassName
{
border-color: #10D23C;
}
.TagClassName
{
border-color: #10D23C;
}
</style>