Shades of Dark Pastel Green #10C823
Tints of Dark Pastel Green #10C823
RGB
CMYK
RGB Variations
Color information
#10C823 (or 0x10C823) is known color: Dark Pastel Green. HEX triplet: 10, C8 and 23. RGB value is (16,200,35). Sum of RGB (Red+Green+Blue) = 16+200+35=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 200 (78.52% from 255 or 79.68% from 251); Blue value is 35 (14.06% from 255 or 13.94% from 251); Max value from RGB is 200 - color contains mainly: green. Hex color #10C823 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C823 is #EF37DC. Grayscale: #7E7E7E. Windows color (decimal): -15677405 or 2344976. OLE color: 2344976.
HSL color Cylindrical-coordinate representation of color #10C823: hue angle of 126.2º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C823 is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 200 | 35 | - |
| CMYK | 0.92 | 0 | 0.82 | 0.22 |
| HSL | 126.2º | 0.85% | 0.42% | - |
| HSV(B) | 126.2º | 0.92% | 0.78% | - |
| XYZ | 21.17 | 41.54 | 8.49 | - |
| YUV | 126.17 | 76.54 | 49.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 200 | 35 | 0.92 | 0 | 0.82 | 0.22 | 126.2 | 0.85 | 0.42 |
| Hex | 10 | C8 | 23 | 5C | 0 | 52 | 16 | 7E | 55 | 2A |
| Octal | 20 | 310 | 43 | 134 | 0 | 122 | 26 | 176 | 125 | 52 |
| Binary | 10000 | 11001000 | 100011 | 1011100 | 0 | 1010010 | 10110 | 1111110 | 1010101 | 101010 |
Color Harmonies of #10C823
Complementary color
Monochromatic Colors of #10C823
Black with #10C823
Text Example
Text Example
White with #10C823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C823; }
p { color: rgb(16,200,35); }
H1.HeaderClassName
{
color: #10C823;
}
.AnyTagClassName
{
color: #10C823;
}
</style>
background-color css
<style>
a { background-color: #10C823; }
a { background-color: rgb(16,200,35); }
div.DivClassName
{
background-color: #10C823;
}
.BgClassName
{
background-color: #10C823;
}
</style>
border-color css
<style>
span { border-color: #10C823; }
span { border-color: rgb(16,200,35); }
td.TdClassName
{
border-color: #10C823;
}
.TagClassName
{
border-color: #10C823;
}
</style>