Shades of Dark Pastel Green #10C41D
Tints of Dark Pastel Green #10C41D
RGB
CMYK
RGB Variations
Color information
#10C41D (or 0x10C41D) is known color: Dark Pastel Green. HEX triplet: 10, C4 and 1D. RGB value is (16,196,29). Sum of RGB (Red+Green+Blue) = 16+196+29=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 196 (76.95% from 255 or 81.33% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 196 - color contains mainly: green. Hex color #10C41D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C41D is #EF3BE2. Grayscale: #7B7B7B. Windows color (decimal): -15678435 or 1950736. OLE color: 1950736.
HSL color Cylindrical-coordinate representation of color #10C41D: hue angle of 124.33º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C41D is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 196 | 29 | - |
| CMYK | 0.92 | 0 | 0.85 | 0.23 |
| HSL | 124.33º | 0.85% | 0.42% | - |
| HSV(B) | 124.33º | 0.92% | 0.77% | - |
| XYZ | 20.18 | 39.68 | 7.76 | - |
| YUV | 123.14 | 74.87 | 51.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 196 | 29 | 0.92 | 0 | 0.85 | 0.23 | 124.33 | 0.85 | 0.42 |
| Hex | 10 | C4 | 1D | 5C | 0 | 55 | 17 | 7C | 55 | 2A |
| Octal | 20 | 304 | 35 | 134 | 0 | 125 | 27 | 174 | 125 | 52 |
| Binary | 10000 | 11000100 | 11101 | 1011100 | 0 | 1010101 | 10111 | 1111100 | 1010101 | 101010 |
Color Harmonies of #10C41D
Complementary color
Monochromatic Colors of #10C41D
Black with #10C41D
Text Example
Text Example
White with #10C41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C41D; }
p { color: rgb(16,196,29); }
H1.HeaderClassName
{
color: #10C41D;
}
.AnyTagClassName
{
color: #10C41D;
}
</style>
background-color css
<style>
a { background-color: #10C41D; }
a { background-color: rgb(16,196,29); }
div.DivClassName
{
background-color: #10C41D;
}
.BgClassName
{
background-color: #10C41D;
}
</style>
border-color css
<style>
span { border-color: #10C41D; }
span { border-color: rgb(16,196,29); }
td.TdClassName
{
border-color: #10C41D;
}
.TagClassName
{
border-color: #10C41D;
}
</style>