Shades of Dark Pastel Green #10C222
Tints of Dark Pastel Green #10C222
RGB
CMYK
RGB Variations
Color information
#10C222 (or 0x10C222) is known color: Dark Pastel Green. HEX triplet: 10, C2 and 22. RGB value is (16,194,34). Sum of RGB (Red+Green+Blue) = 16+194+34=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 194 (76.17% from 255 or 79.51% from 244); Blue value is 34 (13.67% from 255 or 13.93% from 244); Max value from RGB is 194 - color contains mainly: green. Hex color #10C222 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C222 is #EF3DDD. Grayscale: #7A7A7A. Windows color (decimal): -15678942 or 2277904. OLE color: 2277904.
HSL color Cylindrical-coordinate representation of color #10C222: hue angle of 126.07º 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 #10C222 is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 194 | 34 | - |
| CMYK | 0.92 | 0 | 0.82 | 0.24 |
| HSL | 126.07º | 0.85% | 0.41% | - |
| HSV(B) | 126.07º | 0.92% | 0.76% | - |
| XYZ | 19.79 | 38.81 | 7.96 | - |
| YUV | 122.54 | 78.03 | 52.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 194 | 34 | 0.92 | 0 | 0.82 | 0.24 | 126.07 | 0.85 | 0.41 |
| Hex | 10 | C2 | 22 | 5C | 0 | 52 | 18 | 7E | 55 | 29 |
| Octal | 20 | 302 | 42 | 134 | 0 | 122 | 30 | 176 | 125 | 51 |
| Binary | 10000 | 11000010 | 100010 | 1011100 | 0 | 1010010 | 11000 | 1111110 | 1010101 | 101001 |
Color Harmonies of #10C222
Complementary color
Monochromatic Colors of #10C222
Black with #10C222
Text Example
Text Example
White with #10C222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C222; }
p { color: rgb(16,194,34); }
H1.HeaderClassName
{
color: #10C222;
}
.AnyTagClassName
{
color: #10C222;
}
</style>
background-color css
<style>
a { background-color: #10C222; }
a { background-color: rgb(16,194,34); }
div.DivClassName
{
background-color: #10C222;
}
.BgClassName
{
background-color: #10C222;
}
</style>
border-color css
<style>
span { border-color: #10C222; }
span { border-color: rgb(16,194,34); }
td.TdClassName
{
border-color: #10C222;
}
.TagClassName
{
border-color: #10C222;
}
</style>