Shades of Dark Pastel Green #10C532
Tints of Dark Pastel Green #10C532
RGB
CMYK
RGB Variations
Color information
#10C532 (or 0x10C532) is known color: Dark Pastel Green. HEX triplet: 10, C5 and 32. RGB value is (16,197,50). Sum of RGB (Red+Green+Blue) = 16+197+50=263 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.08% from 263); Green value is 197 (77.34% from 255 or 74.90% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 197 - color contains mainly: green. Hex color #10C532 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C532 is #EF3ACD. Grayscale: #7E7E7E. Windows color (decimal): -15678158 or 3327248. OLE color: 3327248.
HSL color Cylindrical-coordinate representation of color #10C532: hue angle of 131.27º 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 #10C532 is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 197 | 50 | - |
| CMYK | 0.92 | 0 | 0.75 | 0.23 |
| HSL | 131.27º | 0.85% | 0.42% | - |
| HSV(B) | 131.27º | 0.92% | 0.77% | - |
| XYZ | 20.76 | 40.27 | 9.7 | - |
| YUV | 126.12 | 85.03 | 49.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 197 | 50 | 0.92 | 0 | 0.75 | 0.23 | 131.27 | 0.85 | 0.42 |
| Hex | 10 | C5 | 32 | 5C | 0 | 4B | 17 | 83 | 55 | 2A |
| Octal | 20 | 305 | 62 | 134 | 0 | 113 | 27 | 203 | 125 | 52 |
| Binary | 10000 | 11000101 | 110010 | 1011100 | 0 | 1001011 | 10111 | 10000011 | 1010101 | 101010 |
Color Harmonies of #10C532
Complementary color
Monochromatic Colors of #10C532
Black with #10C532
Text Example
Text Example
White with #10C532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C532; }
p { color: rgb(16,197,50); }
H1.HeaderClassName
{
color: #10C532;
}
.AnyTagClassName
{
color: #10C532;
}
</style>
background-color css
<style>
a { background-color: #10C532; }
a { background-color: rgb(16,197,50); }
div.DivClassName
{
background-color: #10C532;
}
.BgClassName
{
background-color: #10C532;
}
</style>
border-color css
<style>
span { border-color: #10C532; }
span { border-color: rgb(16,197,50); }
td.TdClassName
{
border-color: #10C532;
}
.TagClassName
{
border-color: #10C532;
}
</style>