Shades of Dark Pastel Green #10C047
Tints of Dark Pastel Green #10C047
RGB
CMYK
RGB Variations
Color information
#10C047 (or 0x10C047) is known color: Dark Pastel Green. HEX triplet: 10, C0 and 47. RGB value is (16,192,71). Sum of RGB (Red+Green+Blue) = 16+192+71=279 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.73% from 279); Green value is 192 (75.39% from 255 or 68.82% from 279); Blue value is 71 (28.12% from 255 or 25.45% from 279); Max value from RGB is 192 - color contains mainly: green. Hex color #10C047 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C047 is #EF3FB8. Grayscale: #7D7D7D. Windows color (decimal): -15679417 or 4702224. OLE color: 4702224.
HSL color Cylindrical-coordinate representation of color #10C047: hue angle of 138.75º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C047 is Cyan = 0.92, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 192 | 71 | - |
| CMYK | 0.92 | 0 | 0.63 | 0.25 |
| HSL | 138.75º | 0.85% | 0.41% | - |
| HSV(B) | 138.75º | 0.92% | 0.75% | - |
| XYZ | 20.2 | 38.26 | 12.28 | - |
| YUV | 125.58 | 97.19 | 49.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 192 | 71 | 0.92 | 0 | 0.63 | 0.25 | 138.75 | 0.85 | 0.41 |
| Hex | 10 | C0 | 47 | 5C | 0 | 3F | 19 | 8B | 55 | 29 |
| Octal | 20 | 300 | 107 | 134 | 0 | 77 | 31 | 213 | 125 | 51 |
| Binary | 10000 | 11000000 | 1000111 | 1011100 | 0 | 111111 | 11001 | 10001011 | 1010101 | 101001 |
Color Harmonies of #10C047
Complementary color
Monochromatic Colors of #10C047
Black with #10C047
Text Example
Text Example
White with #10C047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C047; }
p { color: rgb(16,192,71); }
H1.HeaderClassName
{
color: #10C047;
}
.AnyTagClassName
{
color: #10C047;
}
</style>
background-color css
<style>
a { background-color: #10C047; }
a { background-color: rgb(16,192,71); }
div.DivClassName
{
background-color: #10C047;
}
.BgClassName
{
background-color: #10C047;
}
</style>
border-color css
<style>
span { border-color: #10C047; }
span { border-color: rgb(16,192,71); }
td.TdClassName
{
border-color: #10C047;
}
.TagClassName
{
border-color: #10C047;
}
</style>