Shades of Dark Pastel Green #10C521
Tints of Dark Pastel Green #10C521
RGB
CMYK
RGB Variations
Color information
#10C521 (or 0x10C521) is known color: Dark Pastel Green. HEX triplet: 10, C5 and 21. RGB value is (16,197,33). Sum of RGB (Red+Green+Blue) = 16+197+33=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 197 (77.34% from 255 or 80.08% from 246); Blue value is 33 (13.28% from 255 or 13.41% from 246); Max value from RGB is 197 - color contains mainly: green. Hex color #10C521 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C521 is #EF3ADE. Grayscale: #7C7C7C. Windows color (decimal): -15678175 or 2213136. OLE color: 2213136.
HSL color Cylindrical-coordinate representation of color #10C521: hue angle of 125.64º 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 #10C521 is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 197 | 33 | - |
| CMYK | 0.92 | 0 | 0.83 | 0.23 |
| HSL | 125.64º | 0.85% | 0.42% | - |
| HSV(B) | 125.64º | 0.92% | 0.77% | - |
| XYZ | 20.45 | 40.15 | 8.11 | - |
| YUV | 124.19 | 76.53 | 50.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 197 | 33 | 0.92 | 0 | 0.83 | 0.23 | 125.64 | 0.85 | 0.42 |
| Hex | 10 | C5 | 21 | 5C | 0 | 53 | 17 | 7E | 55 | 2A |
| Octal | 20 | 305 | 41 | 134 | 0 | 123 | 27 | 176 | 125 | 52 |
| Binary | 10000 | 11000101 | 100001 | 1011100 | 0 | 1010011 | 10111 | 1111110 | 1010101 | 101010 |
Color Harmonies of #10C521
Complementary color
Monochromatic Colors of #10C521
Black with #10C521
Text Example
Text Example
White with #10C521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C521; }
p { color: rgb(16,197,33); }
H1.HeaderClassName
{
color: #10C521;
}
.AnyTagClassName
{
color: #10C521;
}
</style>
background-color css
<style>
a { background-color: #10C521; }
a { background-color: rgb(16,197,33); }
div.DivClassName
{
background-color: #10C521;
}
.BgClassName
{
background-color: #10C521;
}
</style>
border-color css
<style>
span { border-color: #10C521; }
span { border-color: rgb(16,197,33); }
td.TdClassName
{
border-color: #10C521;
}
.TagClassName
{
border-color: #10C521;
}
</style>