Shades of Dark Pastel Green #10C218
Tints of Dark Pastel Green #10C218
RGB
CMYK
RGB Variations
Color information
#10C218 (or 0x10C218) is known color: Dark Pastel Green. HEX triplet: 10, C2 and 18. RGB value is (16,194,24). Sum of RGB (Red+Green+Blue) = 16+194+24=234 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.84% from 234); Green value is 194 (76.17% from 255 or 82.91% from 234); Blue value is 24 (9.77% from 255 or 10.26% from 234); Max value from RGB is 194 - color contains mainly: green. Hex color #10C218 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10C218 is #EF3DE7. Grayscale: #797979. Windows color (decimal): -15678952 or 1622544. OLE color: 1622544.
HSL color Cylindrical-coordinate representation of color #10C218: hue angle of 122.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 #10C218 is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 194 | 24 | - |
| CMYK | 0.92 | 0 | 0.88 | 0.24 |
| HSL | 122.7º | 0.85% | 0.41% | - |
| HSV(B) | 122.7º | 0.92% | 0.76% | - |
| XYZ | 19.67 | 38.76 | 7.31 | - |
| YUV | 121.4 | 73.03 | 52.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 194 | 24 | 0.92 | 0 | 0.88 | 0.24 | 122.7 | 0.85 | 0.41 |
| Hex | 10 | C2 | 18 | 5C | 0 | 58 | 18 | 7B | 55 | 29 |
| Octal | 20 | 302 | 30 | 134 | 0 | 130 | 30 | 173 | 125 | 51 |
| Binary | 10000 | 11000010 | 11000 | 1011100 | 0 | 1011000 | 11000 | 1111011 | 1010101 | 101001 |
Color Harmonies of #10C218
Complementary color
Monochromatic Colors of #10C218
Black with #10C218
Text Example
Text Example
White with #10C218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C218; }
p { color: rgb(16,194,24); }
H1.HeaderClassName
{
color: #10C218;
}
.AnyTagClassName
{
color: #10C218;
}
</style>
background-color css
<style>
a { background-color: #10C218; }
a { background-color: rgb(16,194,24); }
div.DivClassName
{
background-color: #10C218;
}
.BgClassName
{
background-color: #10C218;
}
</style>
border-color css
<style>
span { border-color: #10C218; }
span { border-color: rgb(16,194,24); }
td.TdClassName
{
border-color: #10C218;
}
.TagClassName
{
border-color: #10C218;
}
</style>