Shades of Dark Pastel Green #10C21C
Tints of Dark Pastel Green #10C21C
RGB
CMYK
RGB Variations
Color information
#10C21C (or 0x10C21C) is known color: Dark Pastel Green. HEX triplet: 10, C2 and 1C. RGB value is (16,194,28). Sum of RGB (Red+Green+Blue) = 16+194+28=238 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.72% from 238); Green value is 194 (76.17% from 255 or 81.51% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 194 - color contains mainly: green. Hex color #10C21C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C21C is #EF3DE3. Grayscale: #7A7A7A. Windows color (decimal): -15678948 or 1884688. OLE color: 1884688.
HSL color Cylindrical-coordinate representation of color #10C21C: hue angle of 124.04º 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 #10C21C is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 194 | 28 | - |
| CMYK | 0.92 | 0 | 0.86 | 0.24 |
| HSL | 124.04º | 0.85% | 0.41% | - |
| HSV(B) | 124.04º | 0.92% | 0.76% | - |
| XYZ | 19.72 | 38.78 | 7.54 | - |
| YUV | 121.85 | 75.03 | 52.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 194 | 28 | 0.92 | 0 | 0.86 | 0.24 | 124.04 | 0.85 | 0.41 |
| Hex | 10 | C2 | 1C | 5C | 0 | 56 | 18 | 7C | 55 | 29 |
| Octal | 20 | 302 | 34 | 134 | 0 | 126 | 30 | 174 | 125 | 51 |
| Binary | 10000 | 11000010 | 11100 | 1011100 | 0 | 1010110 | 11000 | 1111100 | 1010101 | 101001 |
Color Harmonies of #10C21C
Complementary color
Monochromatic Colors of #10C21C
Black with #10C21C
Text Example
Text Example
White with #10C21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C21C; }
p { color: rgb(16,194,28); }
H1.HeaderClassName
{
color: #10C21C;
}
.AnyTagClassName
{
color: #10C21C;
}
</style>
background-color css
<style>
a { background-color: #10C21C; }
a { background-color: rgb(16,194,28); }
div.DivClassName
{
background-color: #10C21C;
}
.BgClassName
{
background-color: #10C21C;
}
</style>
border-color css
<style>
span { border-color: #10C21C; }
span { border-color: rgb(16,194,28); }
td.TdClassName
{
border-color: #10C21C;
}
.TagClassName
{
border-color: #10C21C;
}
</style>