Shades of Dark Pastel Green #10C22C
Tints of Dark Pastel Green #10C22C
RGB
CMYK
RGB Variations
Color information
#10C22C (or 0x10C22C) is known color: Dark Pastel Green. HEX triplet: 10, C2 and 2C. RGB value is (16,194,44). Sum of RGB (Red+Green+Blue) = 16+194+44=254 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.30% from 254); Green value is 194 (76.17% from 255 or 76.38% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 194 - color contains mainly: green. Hex color #10C22C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C22C is #EF3DD3. Grayscale: #7C7C7C. Windows color (decimal): -15678932 or 2933264. OLE color: 2933264.
HSL color Cylindrical-coordinate representation of color #10C22C: hue angle of 129.44º 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 #10C22C is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 194 | 44 | - |
| CMYK | 0.92 | 0 | 0.77 | 0.24 |
| HSL | 129.44º | 0.85% | 0.41% | - |
| HSV(B) | 129.44º | 0.92% | 0.76% | - |
| XYZ | 19.96 | 38.88 | 8.83 | - |
| YUV | 123.68 | 83.03 | 51.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 194 | 44 | 0.92 | 0 | 0.77 | 0.24 | 129.44 | 0.85 | 0.41 |
| Hex | 10 | C2 | 2C | 5C | 0 | 4D | 18 | 81 | 55 | 29 |
| Octal | 20 | 302 | 54 | 134 | 0 | 115 | 30 | 201 | 125 | 51 |
| Binary | 10000 | 11000010 | 101100 | 1011100 | 0 | 1001101 | 11000 | 10000001 | 1010101 | 101001 |
Color Harmonies of #10C22C
Complementary color
Monochromatic Colors of #10C22C
Black with #10C22C
Text Example
Text Example
White with #10C22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C22C; }
p { color: rgb(16,194,44); }
H1.HeaderClassName
{
color: #10C22C;
}
.AnyTagClassName
{
color: #10C22C;
}
</style>
background-color css
<style>
a { background-color: #10C22C; }
a { background-color: rgb(16,194,44); }
div.DivClassName
{
background-color: #10C22C;
}
.BgClassName
{
background-color: #10C22C;
}
</style>
border-color css
<style>
span { border-color: #10C22C; }
span { border-color: rgb(16,194,44); }
td.TdClassName
{
border-color: #10C22C;
}
.TagClassName
{
border-color: #10C22C;
}
</style>