Shades of Free Speech Green #1CE106
Tints of Free Speech Green #1CE106
RGB
CMYK
RGB Variations
Color information
#1CE106 (or 0x1CE106) is known color: Free Speech Green. HEX triplet: 1C, E1 and 06. RGB value is (28,225,6). Sum of RGB (Red+Green+Blue) = 28+225+6=259 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.81% from 259); Green value is 225 (88.28% from 255 or 86.87% from 259); Blue value is 6 (2.73% from 255 or 2.32% from 259); Max value from RGB is 225 - color contains mainly: green. Hex color #1CE106 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CE106 is #E31EF9. Grayscale: #8D8D8D. Windows color (decimal): -14884602 or 450844. OLE color: 450844.
HSL color Cylindrical-coordinate representation of color #1CE106: hue angle of 113.97º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1CE106 is Cyan = 0.88, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 28 | 225 | 6 | - |
| CMYK | 0.88 | 0 | 0.97 | 0.12 |
| HSL | 113.97º | 0.95% | 0.45% | - |
| HSV(B) | 113.97º | 0.97% | 0.88% | - |
| XYZ | 27.44 | 54.11 | 9.17 | - |
| YUV | 141.13 | 51.73 | 47.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 225 | 6 | 0.88 | 0 | 0.97 | 0.12 | 113.97 | 0.95 | 0.45 |
| Hex | 1C | E1 | 6 | 58 | 0 | 61 | C | 72 | 5F | 2D |
| Octal | 34 | 341 | 6 | 130 | 0 | 141 | 14 | 162 | 137 | 55 |
| Binary | 11100 | 11100001 | 110 | 1011000 | 0 | 1100001 | 1100 | 1110010 | 1011111 | 101101 |
Color Harmonies of #1CE106
Complementary color
Monochromatic Colors of #1CE106
Black with #1CE106
Text Example
Text Example
White with #1CE106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE106; }
p { color: rgb(28,225,6); }
H1.HeaderClassName
{
color: #1CE106;
}
.AnyTagClassName
{
color: #1CE106;
}
</style>
background-color css
<style>
a { background-color: #1CE106; }
a { background-color: rgb(28,225,6); }
div.DivClassName
{
background-color: #1CE106;
}
.BgClassName
{
background-color: #1CE106;
}
</style>
border-color css
<style>
span { border-color: #1CE106; }
span { border-color: rgb(28,225,6); }
td.TdClassName
{
border-color: #1CE106;
}
.TagClassName
{
border-color: #1CE106;
}
</style>