Shades of Free Speech Green #1CEC12
Tints of Free Speech Green #1CEC12
RGB
CMYK
RGB Variations
Color information
#1CEC12 (or 0x1CEC12) is known color: Free Speech Green. HEX triplet: 1C, EC and 12. RGB value is (28,236,18). Sum of RGB (Red+Green+Blue) = 28+236+18=282 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.93% from 282); Green value is 236 (92.58% from 255 or 83.69% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 236 - color contains mainly: green. Hex color #1CEC12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1CEC12 is #E313ED. Grayscale: #959595. Windows color (decimal): -14881774 or 1240092. OLE color: 1240092.
HSL color Cylindrical-coordinate representation of color #1CEC12: hue angle of 117.25º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1CEC12 is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 28 | 236 | 18 | - |
| CMYK | 0.88 | 0 | 0.92 | 0.07 |
| HSL | 117.25º | 0.86% | 0.5% | - |
| HSV(B) | 117.25º | 0.92% | 0.93% | - |
| XYZ | 30.58 | 60.28 | 10.6 | - |
| YUV | 148.96 | 54.09 | 41.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 236 | 18 | 0.88 | 0 | 0.92 | 0.07 | 117.25 | 0.86 | 0.5 |
| Hex | 1C | EC | 12 | 58 | 0 | 5C | 7 | 75 | 56 | 32 |
| Octal | 34 | 354 | 22 | 130 | 0 | 134 | 7 | 165 | 126 | 62 |
| Binary | 11100 | 11101100 | 10010 | 1011000 | 0 | 1011100 | 111 | 1110101 | 1010110 | 110010 |
Color Harmonies of #1CEC12
Complementary color
Monochromatic Colors of #1CEC12
Black with #1CEC12
Text Example
Text Example
White with #1CEC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CEC12; }
p { color: rgb(28,236,18); }
H1.HeaderClassName
{
color: #1CEC12;
}
.AnyTagClassName
{
color: #1CEC12;
}
</style>
background-color css
<style>
a { background-color: #1CEC12; }
a { background-color: rgb(28,236,18); }
div.DivClassName
{
background-color: #1CEC12;
}
.BgClassName
{
background-color: #1CEC12;
}
</style>
border-color css
<style>
span { border-color: #1CEC12; }
span { border-color: rgb(28,236,18); }
td.TdClassName
{
border-color: #1CEC12;
}
.TagClassName
{
border-color: #1CEC12;
}
</style>