Shades of Dark Pastel Green #10C522
Tints of Dark Pastel Green #10C522
RGB
CMYK
RGB Variations
Color information
#10C522 (or 0x10C522) is known color: Dark Pastel Green. HEX triplet: 10, C5 and 22. RGB value is (16,197,34). Sum of RGB (Red+Green+Blue) = 16+197+34=247 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.48% from 247); Green value is 197 (77.34% from 255 or 79.76% from 247); Blue value is 34 (13.67% from 255 or 13.77% from 247); Max value from RGB is 197 - color contains mainly: green. Hex color #10C522 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C522 is #EF3ADD. Grayscale: #7C7C7C. Windows color (decimal): -15678174 or 2278672. OLE color: 2278672.
HSL color Cylindrical-coordinate representation of color #10C522: hue angle of 125.97º 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 #10C522 is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 197 | 34 | - |
| CMYK | 0.92 | 0 | 0.83 | 0.23 |
| HSL | 125.97º | 0.85% | 0.42% | - |
| HSV(B) | 125.97º | 0.92% | 0.77% | - |
| XYZ | 20.47 | 40.16 | 8.19 | - |
| YUV | 124.3 | 77.03 | 50.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 197 | 34 | 0.92 | 0 | 0.83 | 0.23 | 125.97 | 0.85 | 0.42 |
| Hex | 10 | C5 | 22 | 5C | 0 | 53 | 17 | 7E | 55 | 2A |
| Octal | 20 | 305 | 42 | 134 | 0 | 123 | 27 | 176 | 125 | 52 |
| Binary | 10000 | 11000101 | 100010 | 1011100 | 0 | 1010011 | 10111 | 1111110 | 1010101 | 101010 |
Color Harmonies of #10C522
Complementary color
Monochromatic Colors of #10C522
Black with #10C522
Text Example
Text Example
White with #10C522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C522; }
p { color: rgb(16,197,34); }
H1.HeaderClassName
{
color: #10C522;
}
.AnyTagClassName
{
color: #10C522;
}
</style>
background-color css
<style>
a { background-color: #10C522; }
a { background-color: rgb(16,197,34); }
div.DivClassName
{
background-color: #10C522;
}
.BgClassName
{
background-color: #10C522;
}
</style>
border-color css
<style>
span { border-color: #10C522; }
span { border-color: rgb(16,197,34); }
td.TdClassName
{
border-color: #10C522;
}
.TagClassName
{
border-color: #10C522;
}
</style>