Shades of Dark Pastel Green #10C020
Tints of Dark Pastel Green #10C020
RGB
CMYK
RGB Variations
Color information
#10C020 (or 0x10C020) is known color: Dark Pastel Green. HEX triplet: 10, C0 and 20. RGB value is (16,192,32). Sum of RGB (Red+Green+Blue) = 16+192+32=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 192 (75.39% from 255 or 80% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 192 - color contains mainly: green. Hex color #10C020 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C020 is #EF3FDF. Grayscale: #797979. Windows color (decimal): -15679456 or 2146320. OLE color: 2146320.
HSL color Cylindrical-coordinate representation of color #10C020: hue angle of 125.45º 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 #10C020 is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 192 | 32 | - |
| CMYK | 0.92 | 0 | 0.83 | 0.25 |
| HSL | 125.45º | 0.85% | 0.41% | - |
| HSV(B) | 125.45º | 0.92% | 0.75% | - |
| XYZ | 19.32 | 37.91 | 7.67 | - |
| YUV | 121.14 | 77.69 | 53.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 192 | 32 | 0.92 | 0 | 0.83 | 0.25 | 125.45 | 0.85 | 0.41 |
| Hex | 10 | C0 | 20 | 5C | 0 | 53 | 19 | 7D | 55 | 29 |
| Octal | 20 | 300 | 40 | 134 | 0 | 123 | 31 | 175 | 125 | 51 |
| Binary | 10000 | 11000000 | 100000 | 1011100 | 0 | 1010011 | 11001 | 1111101 | 1010101 | 101001 |
Color Harmonies of #10C020
Complementary color
Monochromatic Colors of #10C020
Black with #10C020
Text Example
Text Example
White with #10C020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C020; }
p { color: rgb(16,192,32); }
H1.HeaderClassName
{
color: #10C020;
}
.AnyTagClassName
{
color: #10C020;
}
</style>
background-color css
<style>
a { background-color: #10C020; }
a { background-color: rgb(16,192,32); }
div.DivClassName
{
background-color: #10C020;
}
.BgClassName
{
background-color: #10C020;
}
</style>
border-color css
<style>
span { border-color: #10C020; }
span { border-color: rgb(16,192,32); }
td.TdClassName
{
border-color: #10C020;
}
.TagClassName
{
border-color: #10C020;
}
</style>