Shades of Free Speech Green #1CCE06
Tints of Free Speech Green #1CCE06
RGB
CMYK
RGB Variations
Color information
#1CCE06 (or 0x1CCE06) is known color: Free Speech Green. HEX triplet: 1C, CE and 06. RGB value is (28,206,6). Sum of RGB (Red+Green+Blue) = 28+206+6=240 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.67% from 240); Green value is 206 (80.86% from 255 or 85.83% from 240); Blue value is 6 (2.73% from 255 or 2.5% from 240); Max value from RGB is 206 - color contains mainly: green. Hex color #1CCE06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CCE06 is #E331F9. Grayscale: #828282. Windows color (decimal): -14889466 or 445980. OLE color: 445980.
HSL color Cylindrical-coordinate representation of color #1CCE06: hue angle of 113.4º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1CCE06 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 206 | 6 | - |
| CMYK | 0.86 | 0 | 0.97 | 0.19 |
| HSL | 113.4º | 0.94% | 0.42% | - |
| HSV(B) | 113.4º | 0.97% | 0.81% | - |
| XYZ | 22.58 | 44.4 | 7.55 | - |
| YUV | 129.98 | 58.03 | 55.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 206 | 6 | 0.86 | 0 | 0.97 | 0.19 | 113.4 | 0.94 | 0.42 |
| Hex | 1C | CE | 6 | 56 | 0 | 61 | 13 | 71 | 5E | 2A |
| Octal | 34 | 316 | 6 | 126 | 0 | 141 | 23 | 161 | 136 | 52 |
| Binary | 11100 | 11001110 | 110 | 1010110 | 0 | 1100001 | 10011 | 1110001 | 1011110 | 101010 |
Color Harmonies of #1CCE06
Complementary color
Monochromatic Colors of #1CCE06
Black with #1CCE06
Text Example
Text Example
White with #1CCE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCE06; }
p { color: rgb(28,206,6); }
H1.HeaderClassName
{
color: #1CCE06;
}
.AnyTagClassName
{
color: #1CCE06;
}
</style>
background-color css
<style>
a { background-color: #1CCE06; }
a { background-color: rgb(28,206,6); }
div.DivClassName
{
background-color: #1CCE06;
}
.BgClassName
{
background-color: #1CCE06;
}
</style>
border-color css
<style>
span { border-color: #1CCE06; }
span { border-color: rgb(28,206,6); }
td.TdClassName
{
border-color: #1CCE06;
}
.TagClassName
{
border-color: #1CCE06;
}
</style>