Shades of Dark Pastel Green #10C81C
Tints of Dark Pastel Green #10C81C
RGB
CMYK
RGB Variations
Color information
#10C81C (or 0x10C81C) is known color: Dark Pastel Green. HEX triplet: 10, C8 and 1C. RGB value is (16,200,28). Sum of RGB (Red+Green+Blue) = 16+200+28=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 200 (78.52% from 255 or 81.97% from 244); Blue value is 28 (11.33% from 255 or 11.48% from 244); Max value from RGB is 200 - color contains mainly: green. Hex color #10C81C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C81C is #EF37E3. Grayscale: #7D7D7D. Windows color (decimal): -15677412 or 1886224. OLE color: 1886224.
HSL color Cylindrical-coordinate representation of color #10C81C: hue angle of 123.91º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C81C is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 200 | 28 | - |
| CMYK | 0.92 | 0 | 0.86 | 0.22 |
| HSL | 123.91º | 0.85% | 0.42% | - |
| HSV(B) | 123.91º | 0.92% | 0.78% | - |
| XYZ | 21.08 | 41.5 | 8 | - |
| YUV | 125.38 | 73.04 | 49.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 200 | 28 | 0.92 | 0 | 0.86 | 0.22 | 123.91 | 0.85 | 0.42 |
| Hex | 10 | C8 | 1C | 5C | 0 | 56 | 16 | 7C | 55 | 2A |
| Octal | 20 | 310 | 34 | 134 | 0 | 126 | 26 | 174 | 125 | 52 |
| Binary | 10000 | 11001000 | 11100 | 1011100 | 0 | 1010110 | 10110 | 1111100 | 1010101 | 101010 |
Color Harmonies of #10C81C
Complementary color
Monochromatic Colors of #10C81C
Black with #10C81C
Text Example
Text Example
White with #10C81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C81C; }
p { color: rgb(16,200,28); }
H1.HeaderClassName
{
color: #10C81C;
}
.AnyTagClassName
{
color: #10C81C;
}
</style>
background-color css
<style>
a { background-color: #10C81C; }
a { background-color: rgb(16,200,28); }
div.DivClassName
{
background-color: #10C81C;
}
.BgClassName
{
background-color: #10C81C;
}
</style>
border-color css
<style>
span { border-color: #10C81C; }
span { border-color: rgb(16,200,28); }
td.TdClassName
{
border-color: #10C81C;
}
.TagClassName
{
border-color: #10C81C;
}
</style>