Shades of Dark Pastel Green #1CC546
Tints of Dark Pastel Green #1CC546
RGB
CMYK
RGB Variations
Color information
#1CC546 (or 0x1CC546) is known color: Dark Pastel Green. HEX triplet: 1C, C5 and 46. RGB value is (28,197,70). Sum of RGB (Red+Green+Blue) = 28+197+70=295 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.49% from 295); Green value is 197 (77.34% from 255 or 66.78% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 197 - color contains mainly: green. Hex color #1CC546 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC546 is #E33AB9. Grayscale: #848484. Windows color (decimal): -14891706 or 4637980. OLE color: 4637980.
HSL color Cylindrical-coordinate representation of color #1CC546: hue angle of 134.91º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC546 is Cyan = 0.86, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 28 | 197 | 70 | - |
| CMYK | 0.86 | 0 | 0.64 | 0.23 |
| HSL | 134.91º | 0.75% | 0.44% | - |
| HSV(B) | 134.91º | 0.86% | 0.77% | - |
| XYZ | 21.55 | 40.62 | 12.5 | - |
| YUV | 131.99 | 93.01 | 53.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 197 | 70 | 0.86 | 0 | 0.64 | 0.23 | 134.91 | 0.75 | 0.44 |
| Hex | 1C | C5 | 46 | 56 | 0 | 40 | 17 | 87 | 4B | 2C |
| Octal | 34 | 305 | 106 | 126 | 0 | 100 | 27 | 207 | 113 | 54 |
| Binary | 11100 | 11000101 | 1000110 | 1010110 | 0 | 1000000 | 10111 | 10000111 | 1001011 | 101100 |
Color Harmonies of #1CC546
Complementary color
Monochromatic Colors of #1CC546
Black with #1CC546
Text Example
Text Example
White with #1CC546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC546; }
p { color: rgb(28,197,70); }
H1.HeaderClassName
{
color: #1CC546;
}
.AnyTagClassName
{
color: #1CC546;
}
</style>
background-color css
<style>
a { background-color: #1CC546; }
a { background-color: rgb(28,197,70); }
div.DivClassName
{
background-color: #1CC546;
}
.BgClassName
{
background-color: #1CC546;
}
</style>
border-color css
<style>
span { border-color: #1CC546; }
span { border-color: rgb(28,197,70); }
td.TdClassName
{
border-color: #1CC546;
}
.TagClassName
{
border-color: #1CC546;
}
</style>