Shades of Free Speech Green #27FE16
Tints of Free Speech Green #27FE16
RGB
CMYK
RGB Variations
Color information
#27FE16 (or 0x27FE16) is known color: Free Speech Green. HEX triplet: 27, FE and 16. RGB value is (39,254,22). Sum of RGB (Red+Green+Blue) = 39+254+22=315 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.38% from 315); Green value is 254 (99.61% from 255 or 80.63% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 254 - color contains mainly: green. Hex color #27FE16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #27FE16 is #D801E9. Grayscale: #A3A3A3. Windows color (decimal): -14156266 or 1506855. OLE color: 1506855.
HSL color Cylindrical-coordinate representation of color #27FE16: hue angle of 115.6º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #27FE16 is Cyan = 0.85, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 254 | 22 | - |
| CMYK | 0.85 | 0 | 0.91 | 0.00 |
| HSL | 115.6º | 0.99% | 0.54% | - |
| HSV(B) | 115.6º | 0.91% | 1% | - |
| XYZ | 36.42 | 71.37 | 12.62 | - |
| YUV | 163.27 | 48.27 | 39.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 254 | 22 | 0.85 | 0 | 0.91 | 0.00 | 115.6 | 0.99 | 0.54 |
| Hex | 27 | FE | 16 | 55 | 0 | 5B | 0 | 74 | 63 | 36 |
| Octal | 47 | 376 | 26 | 125 | 0 | 133 | 0 | 164 | 143 | 66 |
| Binary | 100111 | 11111110 | 10110 | 1010101 | 0 | 1011011 | 0 | 1110100 | 1100011 | 110110 |
Color Harmonies of #27FE16
Complementary color
Monochromatic Colors of #27FE16
Black with #27FE16
Text Example
Text Example
White with #27FE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FE16; }
p { color: rgb(39,254,22); }
H1.HeaderClassName
{
color: #27FE16;
}
.AnyTagClassName
{
color: #27FE16;
}
</style>
background-color css
<style>
a { background-color: #27FE16; }
a { background-color: rgb(39,254,22); }
div.DivClassName
{
background-color: #27FE16;
}
.BgClassName
{
background-color: #27FE16;
}
</style>
border-color css
<style>
span { border-color: #27FE16; }
span { border-color: rgb(39,254,22); }
td.TdClassName
{
border-color: #27FE16;
}
.TagClassName
{
border-color: #27FE16;
}
</style>