Shades of Dark Pastel Green #1CC445
Tints of Dark Pastel Green #1CC445
RGB
CMYK
RGB Variations
Color information
#1CC445 (or 0x1CC445) is known color: Dark Pastel Green. HEX triplet: 1C, C4 and 45. RGB value is (28,196,69). Sum of RGB (Red+Green+Blue) = 28+196+69=293 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.56% from 293); Green value is 196 (76.95% from 255 or 66.89% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 196 - color contains mainly: green. Hex color #1CC445 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC445 is #E33BBA. Grayscale: #838383. Windows color (decimal): -14891963 or 4572188. OLE color: 4572188.
HSL color Cylindrical-coordinate representation of color #1CC445: hue angle of 134.64º 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 #1CC445 is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 28 | 196 | 69 | - |
| CMYK | 0.86 | 0 | 0.65 | 0.23 |
| HSL | 134.64º | 0.75% | 0.44% | - |
| HSV(B) | 134.64º | 0.86% | 0.77% | - |
| XYZ | 21.29 | 40.16 | 12.26 | - |
| YUV | 131.29 | 92.84 | 54.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 196 | 69 | 0.86 | 0 | 0.65 | 0.23 | 134.64 | 0.75 | 0.44 |
| Hex | 1C | C4 | 45 | 56 | 0 | 41 | 17 | 87 | 4B | 2C |
| Octal | 34 | 304 | 105 | 126 | 0 | 101 | 27 | 207 | 113 | 54 |
| Binary | 11100 | 11000100 | 1000101 | 1010110 | 0 | 1000001 | 10111 | 10000111 | 1001011 | 101100 |
Color Harmonies of #1CC445
Complementary color
Monochromatic Colors of #1CC445
Black with #1CC445
Text Example
Text Example
White with #1CC445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC445; }
p { color: rgb(28,196,69); }
H1.HeaderClassName
{
color: #1CC445;
}
.AnyTagClassName
{
color: #1CC445;
}
</style>
background-color css
<style>
a { background-color: #1CC445; }
a { background-color: rgb(28,196,69); }
div.DivClassName
{
background-color: #1CC445;
}
.BgClassName
{
background-color: #1CC445;
}
</style>
border-color css
<style>
span { border-color: #1CC445; }
span { border-color: rgb(28,196,69); }
td.TdClassName
{
border-color: #1CC445;
}
.TagClassName
{
border-color: #1CC445;
}
</style>