Shades of Dark Pastel Green #10C548
Tints of Dark Pastel Green #10C548
RGB
CMYK
RGB Variations
Color information
#10C548 (or 0x10C548) is known color: Dark Pastel Green. HEX triplet: 10, C5 and 48. RGB value is (16,197,72). Sum of RGB (Red+Green+Blue) = 16+197+72=285 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.61% from 285); Green value is 197 (77.34% from 255 or 69.12% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 197 - color contains mainly: green. Hex color #10C548 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C548 is #EF3AB7. Grayscale: #808080. Windows color (decimal): -15678136 or 4769040. OLE color: 4769040.
HSL color Cylindrical-coordinate representation of color #10C548: hue angle of 138.56º 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 #10C548 is Cyan = 0.92, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 197 | 72 | - |
| CMYK | 0.92 | 0 | 0.63 | 0.23 |
| HSL | 138.56º | 0.85% | 0.42% | - |
| HSV(B) | 138.56º | 0.92% | 0.77% | - |
| XYZ | 21.35 | 40.51 | 12.82 | - |
| YUV | 128.63 | 96.03 | 47.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 197 | 72 | 0.92 | 0 | 0.63 | 0.23 | 138.56 | 0.85 | 0.42 |
| Hex | 10 | C5 | 48 | 5C | 0 | 3F | 17 | 8B | 55 | 2A |
| Octal | 20 | 305 | 110 | 134 | 0 | 77 | 27 | 213 | 125 | 52 |
| Binary | 10000 | 11000101 | 1001000 | 1011100 | 0 | 111111 | 10111 | 10001011 | 1010101 | 101010 |
Color Harmonies of #10C548
Complementary color
Monochromatic Colors of #10C548
Black with #10C548
Text Example
Text Example
White with #10C548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C548; }
p { color: rgb(16,197,72); }
H1.HeaderClassName
{
color: #10C548;
}
.AnyTagClassName
{
color: #10C548;
}
</style>
background-color css
<style>
a { background-color: #10C548; }
a { background-color: rgb(16,197,72); }
div.DivClassName
{
background-color: #10C548;
}
.BgClassName
{
background-color: #10C548;
}
</style>
border-color css
<style>
span { border-color: #10C548; }
span { border-color: rgb(16,197,72); }
td.TdClassName
{
border-color: #10C548;
}
.TagClassName
{
border-color: #10C548;
}
</style>