Shades of Dark Pastel Green #10C22D
Tints of Dark Pastel Green #10C22D
RGB
CMYK
RGB Variations
Color information
#10C22D (or 0x10C22D) is known color: Dark Pastel Green. HEX triplet: 10, C2 and 2D. RGB value is (16,194,45). Sum of RGB (Red+Green+Blue) = 16+194+45=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 194 (76.17% from 255 or 76.08% from 255); Blue value is 45 (17.97% from 255 or 17.65% from 255); Max value from RGB is 194 - color contains mainly: green. Hex color #10C22D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C22D is #EF3DD2. Grayscale: #7C7C7C. Windows color (decimal): -15678931 or 2998800. OLE color: 2998800.
HSL color Cylindrical-coordinate representation of color #10C22D: hue angle of 129.78º 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 #10C22D is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 194 | 45 | - |
| CMYK | 0.92 | 0 | 0.77 | 0.24 |
| HSL | 129.78º | 0.85% | 0.41% | - |
| HSV(B) | 129.78º | 0.92% | 0.76% | - |
| XYZ | 19.98 | 38.88 | 8.93 | - |
| YUV | 123.79 | 83.53 | 51.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 194 | 45 | 0.92 | 0 | 0.77 | 0.24 | 129.78 | 0.85 | 0.41 |
| Hex | 10 | C2 | 2D | 5C | 0 | 4D | 18 | 82 | 55 | 29 |
| Octal | 20 | 302 | 55 | 134 | 0 | 115 | 30 | 202 | 125 | 51 |
| Binary | 10000 | 11000010 | 101101 | 1011100 | 0 | 1001101 | 11000 | 10000010 | 1010101 | 101001 |
Color Harmonies of #10C22D
Complementary color
Monochromatic Colors of #10C22D
Black with #10C22D
Text Example
Text Example
White with #10C22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C22D; }
p { color: rgb(16,194,45); }
H1.HeaderClassName
{
color: #10C22D;
}
.AnyTagClassName
{
color: #10C22D;
}
</style>
background-color css
<style>
a { background-color: #10C22D; }
a { background-color: rgb(16,194,45); }
div.DivClassName
{
background-color: #10C22D;
}
.BgClassName
{
background-color: #10C22D;
}
</style>
border-color css
<style>
span { border-color: #10C22D; }
span { border-color: rgb(16,194,45); }
td.TdClassName
{
border-color: #10C22D;
}
.TagClassName
{
border-color: #10C22D;
}
</style>