Shades of Dark Pastel Green #1CC13E
Tints of Dark Pastel Green #1CC13E
RGB
CMYK
RGB Variations
Color information
#1CC13E (or 0x1CC13E) is known color: Dark Pastel Green. HEX triplet: 1C, C1 and 3E. RGB value is (28,193,62). Sum of RGB (Red+Green+Blue) = 28+193+62=283 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.89% from 283); Green value is 193 (75.78% from 255 or 68.20% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 193 - color contains mainly: green. Hex color #1CC13E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC13E is #E33EC1. Grayscale: #818181. Windows color (decimal): -14892738 or 4112668. OLE color: 4112668.
HSL color Cylindrical-coordinate representation of color #1CC13E: hue angle of 132.36º 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 #1CC13E is Cyan = 0.85, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 193 | 62 | - |
| CMYK | 0.85 | 0 | 0.68 | 0.24 |
| HSL | 132.36º | 0.75% | 0.43% | - |
| HSV(B) | 132.36º | 0.85% | 0.76% | - |
| XYZ | 20.42 | 38.73 | 10.96 | - |
| YUV | 128.73 | 90.34 | 56.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 193 | 62 | 0.85 | 0 | 0.68 | 0.24 | 132.36 | 0.75 | 0.43 |
| Hex | 1C | C1 | 3E | 55 | 0 | 44 | 18 | 84 | 4B | 2B |
| Octal | 34 | 301 | 76 | 125 | 0 | 104 | 30 | 204 | 113 | 53 |
| Binary | 11100 | 11000001 | 111110 | 1010101 | 0 | 1000100 | 11000 | 10000100 | 1001011 | 101011 |
Color Harmonies of #1CC13E
Complementary color
Monochromatic Colors of #1CC13E
Black with #1CC13E
Text Example
Text Example
White with #1CC13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC13E; }
p { color: rgb(28,193,62); }
H1.HeaderClassName
{
color: #1CC13E;
}
.AnyTagClassName
{
color: #1CC13E;
}
</style>
background-color css
<style>
a { background-color: #1CC13E; }
a { background-color: rgb(28,193,62); }
div.DivClassName
{
background-color: #1CC13E;
}
.BgClassName
{
background-color: #1CC13E;
}
</style>
border-color css
<style>
span { border-color: #1CC13E; }
span { border-color: rgb(28,193,62); }
td.TdClassName
{
border-color: #1CC13E;
}
.TagClassName
{
border-color: #1CC13E;
}
</style>