Shades of Dark Pastel Green #1CC145
Tints of Dark Pastel Green #1CC145
RGB
CMYK
RGB Variations
Color information
#1CC145 (or 0x1CC145) is known color: Dark Pastel Green. HEX triplet: 1C, C1 and 45. RGB value is (28,193,69). Sum of RGB (Red+Green+Blue) = 28+193+69=290 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.66% from 290); Green value is 193 (75.78% from 255 or 66.55% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 193 - color contains mainly: green. Hex color #1CC145 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC145 is #E33EBA. Grayscale: #818181. Windows color (decimal): -14892731 or 4571420. OLE color: 4571420.
HSL color Cylindrical-coordinate representation of color #1CC145: hue angle of 134.91º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CC145 is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 193 | 69 | - |
| CMYK | 0.85 | 0 | 0.64 | 0.24 |
| HSL | 134.91º | 0.75% | 0.43% | - |
| HSV(B) | 134.91º | 0.85% | 0.76% | - |
| XYZ | 20.62 | 38.82 | 12.04 | - |
| YUV | 129.53 | 93.84 | 55.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 193 | 69 | 0.85 | 0 | 0.64 | 0.24 | 134.91 | 0.75 | 0.43 |
| Hex | 1C | C1 | 45 | 55 | 0 | 40 | 18 | 87 | 4B | 2B |
| Octal | 34 | 301 | 105 | 125 | 0 | 100 | 30 | 207 | 113 | 53 |
| Binary | 11100 | 11000001 | 1000101 | 1010101 | 0 | 1000000 | 11000 | 10000111 | 1001011 | 101011 |
Color Harmonies of #1CC145
Complementary color
Monochromatic Colors of #1CC145
Black with #1CC145
Text Example
Text Example
White with #1CC145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC145; }
p { color: rgb(28,193,69); }
H1.HeaderClassName
{
color: #1CC145;
}
.AnyTagClassName
{
color: #1CC145;
}
</style>
background-color css
<style>
a { background-color: #1CC145; }
a { background-color: rgb(28,193,69); }
div.DivClassName
{
background-color: #1CC145;
}
.BgClassName
{
background-color: #1CC145;
}
</style>
border-color css
<style>
span { border-color: #1CC145; }
span { border-color: rgb(28,193,69); }
td.TdClassName
{
border-color: #1CC145;
}
.TagClassName
{
border-color: #1CC145;
}
</style>