Shades of Dark Pastel Green #10C520
Tints of Dark Pastel Green #10C520
RGB
CMYK
RGB Variations
Color information
#10C520 (or 0x10C520) is known color: Dark Pastel Green. HEX triplet: 10, C5 and 20. RGB value is (16,197,32). Sum of RGB (Red+Green+Blue) = 16+197+32=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 197 (77.34% from 255 or 80.41% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 197 - color contains mainly: green. Hex color #10C520 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C520 is #EF3ADF. Grayscale: #7C7C7C. Windows color (decimal): -15678176 or 2147600. OLE color: 2147600.
HSL color Cylindrical-coordinate representation of color #10C520: hue angle of 125.3º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C520 is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 197 | 32 | - |
| CMYK | 0.92 | 0 | 0.84 | 0.23 |
| HSL | 125.3º | 0.85% | 0.42% | - |
| HSV(B) | 125.3º | 0.92% | 0.77% | - |
| XYZ | 20.44 | 40.15 | 8.04 | - |
| YUV | 124.07 | 76.03 | 50.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 197 | 32 | 0.92 | 0 | 0.84 | 0.23 | 125.3 | 0.85 | 0.42 |
| Hex | 10 | C5 | 20 | 5C | 0 | 54 | 17 | 7D | 55 | 2A |
| Octal | 20 | 305 | 40 | 134 | 0 | 124 | 27 | 175 | 125 | 52 |
| Binary | 10000 | 11000101 | 100000 | 1011100 | 0 | 1010100 | 10111 | 1111101 | 1010101 | 101010 |
Color Harmonies of #10C520
Complementary color
Monochromatic Colors of #10C520
Black with #10C520
Text Example
Text Example
White with #10C520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C520; }
p { color: rgb(16,197,32); }
H1.HeaderClassName
{
color: #10C520;
}
.AnyTagClassName
{
color: #10C520;
}
</style>
background-color css
<style>
a { background-color: #10C520; }
a { background-color: rgb(16,197,32); }
div.DivClassName
{
background-color: #10C520;
}
.BgClassName
{
background-color: #10C520;
}
</style>
border-color css
<style>
span { border-color: #10C520; }
span { border-color: rgb(16,197,32); }
td.TdClassName
{
border-color: #10C520;
}
.TagClassName
{
border-color: #10C520;
}
</style>