Shades of Dark Pastel Green #1CC23C
Tints of Dark Pastel Green #1CC23C
RGB
CMYK
RGB Variations
Color information
#1CC23C (or 0x1CC23C) is known color: Dark Pastel Green. HEX triplet: 1C, C2 and 3C. RGB value is (28,194,60). Sum of RGB (Red+Green+Blue) = 28+194+60=282 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.93% from 282); Green value is 194 (76.17% from 255 or 68.79% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 194 - color contains mainly: green. Hex color #1CC23C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC23C is #E33DC3. Grayscale: #818181. Windows color (decimal): -14892484 or 3981852. OLE color: 3981852.
HSL color Cylindrical-coordinate representation of color #1CC23C: hue angle of 131.57º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC23C is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 194 | 60 | - |
| CMYK | 0.86 | 0 | 0.69 | 0.24 |
| HSL | 131.57º | 0.75% | 0.44% | - |
| HSV(B) | 131.57º | 0.86% | 0.76% | - |
| XYZ | 20.59 | 39.16 | 10.75 | - |
| YUV | 129.09 | 89 | 55.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 194 | 60 | 0.86 | 0 | 0.69 | 0.24 | 131.57 | 0.75 | 0.44 |
| Hex | 1C | C2 | 3C | 56 | 0 | 45 | 18 | 84 | 4B | 2C |
| Octal | 34 | 302 | 74 | 126 | 0 | 105 | 30 | 204 | 113 | 54 |
| Binary | 11100 | 11000010 | 111100 | 1010110 | 0 | 1000101 | 11000 | 10000100 | 1001011 | 101100 |
Color Harmonies of #1CC23C
Complementary color
Monochromatic Colors of #1CC23C
Black with #1CC23C
Text Example
Text Example
White with #1CC23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC23C; }
p { color: rgb(28,194,60); }
H1.HeaderClassName
{
color: #1CC23C;
}
.AnyTagClassName
{
color: #1CC23C;
}
</style>
background-color css
<style>
a { background-color: #1CC23C; }
a { background-color: rgb(28,194,60); }
div.DivClassName
{
background-color: #1CC23C;
}
.BgClassName
{
background-color: #1CC23C;
}
</style>
border-color css
<style>
span { border-color: #1CC23C; }
span { border-color: rgb(28,194,60); }
td.TdClassName
{
border-color: #1CC23C;
}
.TagClassName
{
border-color: #1CC23C;
}
</style>