Shades of Dark Pastel Green #1CC43A
Tints of Dark Pastel Green #1CC43A
RGB
CMYK
RGB Variations
Color information
#1CC43A (or 0x1CC43A) is known color: Dark Pastel Green. HEX triplet: 1C, C4 and 3A. RGB value is (28,196,58). Sum of RGB (Red+Green+Blue) = 28+196+58=282 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.93% from 282); Green value is 196 (76.95% from 255 or 69.50% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 196 - color contains mainly: green. Hex color #1CC43A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC43A is #E33BC5. Grayscale: #828282. Windows color (decimal): -14891974 or 3851292. OLE color: 3851292.
HSL color Cylindrical-coordinate representation of color #1CC43A: hue angle of 130.71º 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 #1CC43A is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 28 | 196 | 58 | - |
| CMYK | 0.86 | 0 | 0.70 | 0.23 |
| HSL | 130.71º | 0.75% | 0.44% | - |
| HSV(B) | 130.71º | 0.86% | 0.77% | - |
| XYZ | 20.98 | 40.03 | 10.62 | - |
| YUV | 130.04 | 87.34 | 55.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 196 | 58 | 0.86 | 0 | 0.70 | 0.23 | 130.71 | 0.75 | 0.44 |
| Hex | 1C | C4 | 3A | 56 | 0 | 46 | 17 | 83 | 4B | 2C |
| Octal | 34 | 304 | 72 | 126 | 0 | 106 | 27 | 203 | 113 | 54 |
| Binary | 11100 | 11000100 | 111010 | 1010110 | 0 | 1000110 | 10111 | 10000011 | 1001011 | 101100 |
Color Harmonies of #1CC43A
Complementary color
Monochromatic Colors of #1CC43A
Black with #1CC43A
Text Example
Text Example
White with #1CC43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC43A; }
p { color: rgb(28,196,58); }
H1.HeaderClassName
{
color: #1CC43A;
}
.AnyTagClassName
{
color: #1CC43A;
}
</style>
background-color css
<style>
a { background-color: #1CC43A; }
a { background-color: rgb(28,196,58); }
div.DivClassName
{
background-color: #1CC43A;
}
.BgClassName
{
background-color: #1CC43A;
}
</style>
border-color css
<style>
span { border-color: #1CC43A; }
span { border-color: rgb(28,196,58); }
td.TdClassName
{
border-color: #1CC43A;
}
.TagClassName
{
border-color: #1CC43A;
}
</style>