Shades of Free Speech Green #1CEC10
Tints of Free Speech Green #1CEC10
RGB
CMYK
RGB Variations
Color information
#1CEC10 (or 0x1CEC10) is known color: Free Speech Green. HEX triplet: 1C, EC and 10. RGB value is (28,236,16). Sum of RGB (Red+Green+Blue) = 28+236+16=280 (37% of max value = 765). Red value is 28 (11.33% from 255 or 10% from 280); Green value is 236 (92.58% from 255 or 84.29% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 236 - color contains mainly: green. Hex color #1CEC10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1CEC10 is #E313EF. Grayscale: #959595. Windows color (decimal): -14881776 or 1109020. OLE color: 1109020.
HSL color Cylindrical-coordinate representation of color #1CEC10: hue angle of 116.73º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1CEC10 is Cyan = 0.88, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 28 | 236 | 16 | - |
| CMYK | 0.88 | 0 | 0.93 | 0.07 |
| HSL | 116.73º | 0.87% | 0.49% | - |
| HSV(B) | 116.73º | 0.93% | 0.93% | - |
| XYZ | 30.57 | 60.28 | 10.51 | - |
| YUV | 148.73 | 53.09 | 41.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 236 | 16 | 0.88 | 0 | 0.93 | 0.07 | 116.73 | 0.87 | 0.49 |
| Hex | 1C | EC | 10 | 58 | 0 | 5D | 7 | 75 | 57 | 31 |
| Octal | 34 | 354 | 20 | 130 | 0 | 135 | 7 | 165 | 127 | 61 |
| Binary | 11100 | 11101100 | 10000 | 1011000 | 0 | 1011101 | 111 | 1110101 | 1010111 | 110001 |
Color Harmonies of #1CEC10
Complementary color
Monochromatic Colors of #1CEC10
Black with #1CEC10
Text Example
Text Example
White with #1CEC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CEC10; }
p { color: rgb(28,236,16); }
H1.HeaderClassName
{
color: #1CEC10;
}
.AnyTagClassName
{
color: #1CEC10;
}
</style>
background-color css
<style>
a { background-color: #1CEC10; }
a { background-color: rgb(28,236,16); }
div.DivClassName
{
background-color: #1CEC10;
}
.BgClassName
{
background-color: #1CEC10;
}
</style>
border-color css
<style>
span { border-color: #1CEC10; }
span { border-color: rgb(28,236,16); }
td.TdClassName
{
border-color: #1CEC10;
}
.TagClassName
{
border-color: #1CEC10;
}
</style>