Shades of Free Speech Green #1CEC06
Tints of Free Speech Green #1CEC06
RGB
CMYK
RGB Variations
Color information
#1CEC06 (or 0x1CEC06) is known color: Free Speech Green. HEX triplet: 1C, EC and 06. RGB value is (28,236,6). Sum of RGB (Red+Green+Blue) = 28+236+6=270 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.37% from 270); Green value is 236 (92.58% from 255 or 87.41% from 270); Blue value is 6 (2.73% from 255 or 2.22% from 270); Max value from RGB is 236 - color contains mainly: green. Hex color #1CEC06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1CEC06 is #E313F9. Grayscale: #949494. Windows color (decimal): -14881786 or 453660. OLE color: 453660.
HSL color Cylindrical-coordinate representation of color #1CEC06: hue angle of 114.26º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1CEC06 is Cyan = 0.88, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 28 | 236 | 6 | - |
| CMYK | 0.88 | 0 | 0.97 | 0.07 |
| HSL | 114.26º | 0.95% | 0.47% | - |
| HSV(B) | 114.26º | 0.97% | 0.93% | - |
| XYZ | 30.51 | 60.25 | 10.19 | - |
| YUV | 147.59 | 48.09 | 42.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 236 | 6 | 0.88 | 0 | 0.97 | 0.07 | 114.26 | 0.95 | 0.47 |
| Hex | 1C | EC | 6 | 58 | 0 | 61 | 7 | 72 | 5F | 2F |
| Octal | 34 | 354 | 6 | 130 | 0 | 141 | 7 | 162 | 137 | 57 |
| Binary | 11100 | 11101100 | 110 | 1011000 | 0 | 1100001 | 111 | 1110010 | 1011111 | 101111 |
Color Harmonies of #1CEC06
Complementary color
Monochromatic Colors of #1CEC06
Black with #1CEC06
Text Example
Text Example
White with #1CEC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CEC06; }
p { color: rgb(28,236,6); }
H1.HeaderClassName
{
color: #1CEC06;
}
.AnyTagClassName
{
color: #1CEC06;
}
</style>
background-color css
<style>
a { background-color: #1CEC06; }
a { background-color: rgb(28,236,6); }
div.DivClassName
{
background-color: #1CEC06;
}
.BgClassName
{
background-color: #1CEC06;
}
</style>
border-color css
<style>
span { border-color: #1CEC06; }
span { border-color: rgb(28,236,6); }
td.TdClassName
{
border-color: #1CEC06;
}
.TagClassName
{
border-color: #1CEC06;
}
</style>