Shades of Dark Pastel Green #10C321
Tints of Dark Pastel Green #10C321
RGB
CMYK
RGB Variations
Color information
#10C321 (or 0x10C321) is known color: Dark Pastel Green. HEX triplet: 10, C3 and 21. RGB value is (16,195,33). Sum of RGB (Red+Green+Blue) = 16+195+33=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 195 (76.56% from 255 or 79.92% from 244); Blue value is 33 (13.28% from 255 or 13.52% from 244); Max value from RGB is 195 - color contains mainly: green. Hex color #10C321 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C321 is #EF3CDE. Grayscale: #7B7B7B. Windows color (decimal): -15678687 or 2212624. OLE color: 2212624.
HSL color Cylindrical-coordinate representation of color #10C321: hue angle of 125.7º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C321 is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 195 | 33 | - |
| CMYK | 0.92 | 0 | 0.83 | 0.24 |
| HSL | 125.7º | 0.85% | 0.41% | - |
| HSV(B) | 125.7º | 0.92% | 0.76% | - |
| XYZ | 20 | 39.25 | 7.96 | - |
| YUV | 123.01 | 77.2 | 51.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 195 | 33 | 0.92 | 0 | 0.83 | 0.24 | 125.7 | 0.85 | 0.41 |
| Hex | 10 | C3 | 21 | 5C | 0 | 53 | 18 | 7E | 55 | 29 |
| Octal | 20 | 303 | 41 | 134 | 0 | 123 | 30 | 176 | 125 | 51 |
| Binary | 10000 | 11000011 | 100001 | 1011100 | 0 | 1010011 | 11000 | 1111110 | 1010101 | 101001 |
Color Harmonies of #10C321
Complementary color
Monochromatic Colors of #10C321
Black with #10C321
Text Example
Text Example
White with #10C321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C321; }
p { color: rgb(16,195,33); }
H1.HeaderClassName
{
color: #10C321;
}
.AnyTagClassName
{
color: #10C321;
}
</style>
background-color css
<style>
a { background-color: #10C321; }
a { background-color: rgb(16,195,33); }
div.DivClassName
{
background-color: #10C321;
}
.BgClassName
{
background-color: #10C321;
}
</style>
border-color css
<style>
span { border-color: #10C321; }
span { border-color: rgb(16,195,33); }
td.TdClassName
{
border-color: #10C321;
}
.TagClassName
{
border-color: #10C321;
}
</style>