Shades of Dark Pastel Green #10C748
Tints of Dark Pastel Green #10C748
RGB
CMYK
RGB Variations
Color information
#10C748 (or 0x10C748) is known color: Dark Pastel Green. HEX triplet: 10, C7 and 48. RGB value is (16,199,72). Sum of RGB (Red+Green+Blue) = 16+199+72=287 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.57% from 287); Green value is 199 (78.12% from 255 or 69.34% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 199 - color contains mainly: green. Hex color #10C748 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C748 is #EF38B7. Grayscale: #828282. Windows color (decimal): -15677624 or 4769552. OLE color: 4769552.
HSL color Cylindrical-coordinate representation of color #10C748: hue angle of 138.36º 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 #10C748 is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 199 | 72 | - |
| CMYK | 0.92 | 0 | 0.64 | 0.22 |
| HSL | 138.36º | 0.85% | 0.42% | - |
| HSV(B) | 138.36º | 0.92% | 0.78% | - |
| XYZ | 21.81 | 41.42 | 12.98 | - |
| YUV | 129.81 | 95.37 | 46.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 199 | 72 | 0.92 | 0 | 0.64 | 0.22 | 138.36 | 0.85 | 0.42 |
| Hex | 10 | C7 | 48 | 5C | 0 | 40 | 16 | 8A | 55 | 2A |
| Octal | 20 | 307 | 110 | 134 | 0 | 100 | 26 | 212 | 125 | 52 |
| Binary | 10000 | 11000111 | 1001000 | 1011100 | 0 | 1000000 | 10110 | 10001010 | 1010101 | 101010 |
Color Harmonies of #10C748
Complementary color
Monochromatic Colors of #10C748
Black with #10C748
Text Example
Text Example
White with #10C748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C748; }
p { color: rgb(16,199,72); }
H1.HeaderClassName
{
color: #10C748;
}
.AnyTagClassName
{
color: #10C748;
}
</style>
background-color css
<style>
a { background-color: #10C748; }
a { background-color: rgb(16,199,72); }
div.DivClassName
{
background-color: #10C748;
}
.BgClassName
{
background-color: #10C748;
}
</style>
border-color css
<style>
span { border-color: #10C748; }
span { border-color: rgb(16,199,72); }
td.TdClassName
{
border-color: #10C748;
}
.TagClassName
{
border-color: #10C748;
}
</style>