Shades of Dark Pastel Green #1CC04A
Tints of Dark Pastel Green #1CC04A
RGB
CMYK
RGB Variations
Color information
#1CC04A (or 0x1CC04A) is known color: Dark Pastel Green. HEX triplet: 1C, C0 and 4A. RGB value is (28,192,74). Sum of RGB (Red+Green+Blue) = 28+192+74=294 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.52% from 294); Green value is 192 (75.39% from 255 or 65.31% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 192 - color contains mainly: green. Hex color #1CC04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC04A is #E33FB5. Grayscale: #818181. Windows color (decimal): -14892982 or 4898844. OLE color: 4898844.
HSL color Cylindrical-coordinate representation of color #1CC04A: hue angle of 136.83º 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 #1CC04A is Cyan = 0.85, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 28 | 192 | 74 | - |
| CMYK | 0.85 | 0 | 0.61 | 0.25 |
| HSL | 136.83º | 0.75% | 0.43% | - |
| HSV(B) | 136.83º | 0.85% | 0.75% | - |
| XYZ | 20.56 | 38.44 | 12.81 | - |
| YUV | 129.51 | 96.67 | 55.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 192 | 74 | 0.85 | 0 | 0.61 | 0.25 | 136.83 | 0.75 | 0.43 |
| Hex | 1C | C0 | 4A | 55 | 0 | 3D | 19 | 89 | 4B | 2B |
| Octal | 34 | 300 | 112 | 125 | 0 | 75 | 31 | 211 | 113 | 53 |
| Binary | 11100 | 11000000 | 1001010 | 1010101 | 0 | 111101 | 11001 | 10001001 | 1001011 | 101011 |
Color Harmonies of #1CC04A
Complementary color
Monochromatic Colors of #1CC04A
Black with #1CC04A
Text Example
Text Example
White with #1CC04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC04A; }
p { color: rgb(28,192,74); }
H1.HeaderClassName
{
color: #1CC04A;
}
.AnyTagClassName
{
color: #1CC04A;
}
</style>
background-color css
<style>
a { background-color: #1CC04A; }
a { background-color: rgb(28,192,74); }
div.DivClassName
{
background-color: #1CC04A;
}
.BgClassName
{
background-color: #1CC04A;
}
</style>
border-color css
<style>
span { border-color: #1CC04A; }
span { border-color: rgb(28,192,74); }
td.TdClassName
{
border-color: #1CC04A;
}
.TagClassName
{
border-color: #1CC04A;
}
</style>