Shades of Dark Pastel Green #10C019
Tints of Dark Pastel Green #10C019
RGB
CMYK
RGB Variations
Color information
#10C019 (or 0x10C019) is known color: Dark Pastel Green. HEX triplet: 10, C0 and 19. RGB value is (16,192,25). Sum of RGB (Red+Green+Blue) = 16+192+25=233 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.87% from 233); Green value is 192 (75.39% from 255 or 82.40% from 233); Blue value is 25 (10.16% from 255 or 10.73% from 233); Max value from RGB is 192 - color contains mainly: green. Hex color #10C019 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10C019 is #EF3FE6. Grayscale: #787878. Windows color (decimal): -15679463 or 1687568. OLE color: 1687568.
HSL color Cylindrical-coordinate representation of color #10C019: hue angle of 123.07º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C019 is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 192 | 25 | - |
| CMYK | 0.92 | 0 | 0.87 | 0.25 |
| HSL | 123.07º | 0.85% | 0.41% | - |
| HSV(B) | 123.07º | 0.92% | 0.75% | - |
| XYZ | 19.24 | 37.88 | 7.22 | - |
| YUV | 120.34 | 74.19 | 53.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 192 | 25 | 0.92 | 0 | 0.87 | 0.25 | 123.07 | 0.85 | 0.41 |
| Hex | 10 | C0 | 19 | 5C | 0 | 57 | 19 | 7B | 55 | 29 |
| Octal | 20 | 300 | 31 | 134 | 0 | 127 | 31 | 173 | 125 | 51 |
| Binary | 10000 | 11000000 | 11001 | 1011100 | 0 | 1010111 | 11001 | 1111011 | 1010101 | 101001 |
Color Harmonies of #10C019
Complementary color
Monochromatic Colors of #10C019
Black with #10C019
Text Example
Text Example
White with #10C019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C019; }
p { color: rgb(16,192,25); }
H1.HeaderClassName
{
color: #10C019;
}
.AnyTagClassName
{
color: #10C019;
}
</style>
background-color css
<style>
a { background-color: #10C019; }
a { background-color: rgb(16,192,25); }
div.DivClassName
{
background-color: #10C019;
}
.BgClassName
{
background-color: #10C019;
}
</style>
border-color css
<style>
span { border-color: #10C019; }
span { border-color: rgb(16,192,25); }
td.TdClassName
{
border-color: #10C019;
}
.TagClassName
{
border-color: #10C019;
}
</style>