Shades of Dark Pastel Green #10C14D
Tints of Dark Pastel Green #10C14D
RGB
CMYK
RGB Variations
Color information
#10C14D (or 0x10C14D) is known color: Dark Pastel Green. HEX triplet: 10, C1 and 4D. RGB value is (16,193,77). Sum of RGB (Red+Green+Blue) = 16+193+77=286 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.59% from 286); Green value is 193 (75.78% from 255 or 67.48% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 193 - color contains mainly: green. Hex color #10C14D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C14D is #EF3EB2. Grayscale: #7F7F7F. Windows color (decimal): -15679155 or 5095696. OLE color: 5095696.
HSL color Cylindrical-coordinate representation of color #10C14D: hue angle of 140.68º 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 #10C14D is Cyan = 0.92, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 193 | 77 | - |
| CMYK | 0.92 | 0 | 0.60 | 0.24 |
| HSL | 140.68º | 0.85% | 0.41% | - |
| HSV(B) | 140.68º | 0.92% | 0.76% | - |
| XYZ | 20.62 | 38.79 | 13.42 | - |
| YUV | 126.85 | 99.86 | 48.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 193 | 77 | 0.92 | 0 | 0.60 | 0.24 | 140.68 | 0.85 | 0.41 |
| Hex | 10 | C1 | 4D | 5C | 0 | 3C | 18 | 8D | 55 | 29 |
| Octal | 20 | 301 | 115 | 134 | 0 | 74 | 30 | 215 | 125 | 51 |
| Binary | 10000 | 11000001 | 1001101 | 1011100 | 0 | 111100 | 11000 | 10001101 | 1010101 | 101001 |
Color Harmonies of #10C14D
Complementary color
Monochromatic Colors of #10C14D
Black with #10C14D
Text Example
Text Example
White with #10C14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C14D; }
p { color: rgb(16,193,77); }
H1.HeaderClassName
{
color: #10C14D;
}
.AnyTagClassName
{
color: #10C14D;
}
</style>
background-color css
<style>
a { background-color: #10C14D; }
a { background-color: rgb(16,193,77); }
div.DivClassName
{
background-color: #10C14D;
}
.BgClassName
{
background-color: #10C14D;
}
</style>
border-color css
<style>
span { border-color: #10C14D; }
span { border-color: rgb(16,193,77); }
td.TdClassName
{
border-color: #10C14D;
}
.TagClassName
{
border-color: #10C14D;
}
</style>