Shades of Dark Pastel Green #10C11C
Tints of Dark Pastel Green #10C11C
RGB
CMYK
RGB Variations
Color information
#10C11C (or 0x10C11C) is known color: Dark Pastel Green. HEX triplet: 10, C1 and 1C. RGB value is (16,193,28). Sum of RGB (Red+Green+Blue) = 16+193+28=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 193 (75.78% from 255 or 81.43% from 237); Blue value is 28 (11.33% from 255 or 11.81% from 237); Max value from RGB is 193 - color contains mainly: green. Hex color #10C11C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C11C is #EF3EE3. Grayscale: #797979. Windows color (decimal): -15679204 or 1884432. OLE color: 1884432.
HSL color Cylindrical-coordinate representation of color #10C11C: hue angle of 124.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 #10C11C is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 193 | 28 | - |
| CMYK | 0.92 | 0 | 0.85 | 0.24 |
| HSL | 124.07º | 0.85% | 0.41% | - |
| HSV(B) | 124.07º | 0.92% | 0.76% | - |
| XYZ | 19.49 | 38.33 | 7.47 | - |
| YUV | 121.27 | 75.36 | 52.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 193 | 28 | 0.92 | 0 | 0.85 | 0.24 | 124.07 | 0.85 | 0.41 |
| Hex | 10 | C1 | 1C | 5C | 0 | 55 | 18 | 7C | 55 | 29 |
| Octal | 20 | 301 | 34 | 134 | 0 | 125 | 30 | 174 | 125 | 51 |
| Binary | 10000 | 11000001 | 11100 | 1011100 | 0 | 1010101 | 11000 | 1111100 | 1010101 | 101001 |
Color Harmonies of #10C11C
Complementary color
Monochromatic Colors of #10C11C
Black with #10C11C
Text Example
Text Example
White with #10C11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C11C; }
p { color: rgb(16,193,28); }
H1.HeaderClassName
{
color: #10C11C;
}
.AnyTagClassName
{
color: #10C11C;
}
</style>
background-color css
<style>
a { background-color: #10C11C; }
a { background-color: rgb(16,193,28); }
div.DivClassName
{
background-color: #10C11C;
}
.BgClassName
{
background-color: #10C11C;
}
</style>
border-color css
<style>
span { border-color: #10C11C; }
span { border-color: rgb(16,193,28); }
td.TdClassName
{
border-color: #10C11C;
}
.TagClassName
{
border-color: #10C11C;
}
</style>