Shades of Free Speech Green #27EC10
Tints of Free Speech Green #27EC10
RGB
CMYK
RGB Variations
Color information
#27EC10 (or 0x27EC10) is known color: Free Speech Green. HEX triplet: 27, EC and 10. RGB value is (39,236,16). Sum of RGB (Red+Green+Blue) = 39+236+16=291 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.40% from 291); Green value is 236 (92.58% from 255 or 81.10% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 236 - color contains mainly: green. Hex color #27EC10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #27EC10 is #D813EF. Grayscale: #989898. Windows color (decimal): -14160880 or 1109031. OLE color: 1109031.
HSL color Cylindrical-coordinate representation of color #27EC10: hue angle of 113.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 #27EC10 is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 236 | 16 | - |
| CMYK | 0.83 | 0 | 0.93 | 0.07 |
| HSL | 113.73º | 0.87% | 0.49% | - |
| HSV(B) | 113.73º | 0.93% | 0.93% | - |
| XYZ | 30.93 | 60.46 | 10.53 | - |
| YUV | 152.02 | 51.23 | 47.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 236 | 16 | 0.83 | 0 | 0.93 | 0.07 | 113.73 | 0.87 | 0.49 |
| Hex | 27 | EC | 10 | 53 | 0 | 5D | 7 | 72 | 57 | 31 |
| Octal | 47 | 354 | 20 | 123 | 0 | 135 | 7 | 162 | 127 | 61 |
| Binary | 100111 | 11101100 | 10000 | 1010011 | 0 | 1011101 | 111 | 1110010 | 1010111 | 110001 |
Color Harmonies of #27EC10
Complementary color
Monochromatic Colors of #27EC10
Black with #27EC10
Text Example
Text Example
White with #27EC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27EC10; }
p { color: rgb(39,236,16); }
H1.HeaderClassName
{
color: #27EC10;
}
.AnyTagClassName
{
color: #27EC10;
}
</style>
background-color css
<style>
a { background-color: #27EC10; }
a { background-color: rgb(39,236,16); }
div.DivClassName
{
background-color: #27EC10;
}
.BgClassName
{
background-color: #27EC10;
}
</style>
border-color css
<style>
span { border-color: #27EC10; }
span { border-color: rgb(39,236,16); }
td.TdClassName
{
border-color: #27EC10;
}
.TagClassName
{
border-color: #27EC10;
}
</style>