Shades of Dark Pastel Green #1CC04C
Tints of Dark Pastel Green #1CC04C
RGB
CMYK
RGB Variations
Color information
#1CC04C (or 0x1CC04C) is known color: Dark Pastel Green. HEX triplet: 1C, C0 and 4C. RGB value is (28,192,76). Sum of RGB (Red+Green+Blue) = 28+192+76=296 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.46% from 296); Green value is 192 (75.39% from 255 or 64.86% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 192 - color contains mainly: green. Hex color #1CC04C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC04C is #E33FB3. Grayscale: #828282. Windows color (decimal): -14892980 or 5029916. OLE color: 5029916.
HSL color Cylindrical-coordinate representation of color #1CC04C: hue angle of 137.56º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CC04C is Cyan = 0.85, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 28 | 192 | 76 | - |
| CMYK | 0.85 | 0 | 0.60 | 0.25 |
| HSL | 137.56º | 0.75% | 0.43% | - |
| HSV(B) | 137.56º | 0.85% | 0.75% | - |
| XYZ | 20.63 | 38.47 | 13.18 | - |
| YUV | 129.74 | 97.67 | 55.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 192 | 76 | 0.85 | 0 | 0.60 | 0.25 | 137.56 | 0.75 | 0.43 |
| Hex | 1C | C0 | 4C | 55 | 0 | 3C | 19 | 8A | 4B | 2B |
| Octal | 34 | 300 | 114 | 125 | 0 | 74 | 31 | 212 | 113 | 53 |
| Binary | 11100 | 11000000 | 1001100 | 1010101 | 0 | 111100 | 11001 | 10001010 | 1001011 | 101011 |
Color Harmonies of #1CC04C
Complementary color
Monochromatic Colors of #1CC04C
Black with #1CC04C
Text Example
Text Example
White with #1CC04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC04C; }
p { color: rgb(28,192,76); }
H1.HeaderClassName
{
color: #1CC04C;
}
.AnyTagClassName
{
color: #1CC04C;
}
</style>
background-color css
<style>
a { background-color: #1CC04C; }
a { background-color: rgb(28,192,76); }
div.DivClassName
{
background-color: #1CC04C;
}
.BgClassName
{
background-color: #1CC04C;
}
</style>
border-color css
<style>
span { border-color: #1CC04C; }
span { border-color: rgb(28,192,76); }
td.TdClassName
{
border-color: #1CC04C;
}
.TagClassName
{
border-color: #1CC04C;
}
</style>