Shades of Dark Pastel Green #10C549
Tints of Dark Pastel Green #10C549
RGB
CMYK
RGB Variations
Color information
#10C549 (or 0x10C549) is known color: Dark Pastel Green. HEX triplet: 10, C5 and 49. RGB value is (16,197,73). Sum of RGB (Red+Green+Blue) = 16+197+73=286 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.59% from 286); Green value is 197 (77.34% from 255 or 68.88% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 197 - color contains mainly: green. Hex color #10C549 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C549 is #EF3AB6. Grayscale: #818181. Windows color (decimal): -15678135 or 4834576. OLE color: 4834576.
HSL color Cylindrical-coordinate representation of color #10C549: hue angle of 138.9º 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 #10C549 is Cyan = 0.92, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 197 | 73 | - |
| CMYK | 0.92 | 0 | 0.63 | 0.23 |
| HSL | 138.9º | 0.85% | 0.42% | - |
| HSV(B) | 138.9º | 0.92% | 0.77% | - |
| XYZ | 21.38 | 40.52 | 13 | - |
| YUV | 128.75 | 96.53 | 47.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 197 | 73 | 0.92 | 0 | 0.63 | 0.23 | 138.9 | 0.85 | 0.42 |
| Hex | 10 | C5 | 49 | 5C | 0 | 3F | 17 | 8B | 55 | 2A |
| Octal | 20 | 305 | 111 | 134 | 0 | 77 | 27 | 213 | 125 | 52 |
| Binary | 10000 | 11000101 | 1001001 | 1011100 | 0 | 111111 | 10111 | 10001011 | 1010101 | 101010 |
Color Harmonies of #10C549
Complementary color
Monochromatic Colors of #10C549
Black with #10C549
Text Example
Text Example
White with #10C549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C549; }
p { color: rgb(16,197,73); }
H1.HeaderClassName
{
color: #10C549;
}
.AnyTagClassName
{
color: #10C549;
}
</style>
background-color css
<style>
a { background-color: #10C549; }
a { background-color: rgb(16,197,73); }
div.DivClassName
{
background-color: #10C549;
}
.BgClassName
{
background-color: #10C549;
}
</style>
border-color css
<style>
span { border-color: #10C549; }
span { border-color: rgb(16,197,73); }
td.TdClassName
{
border-color: #10C549;
}
.TagClassName
{
border-color: #10C549;
}
</style>