Shades of Free Speech Green #16EE1F
Tints of Free Speech Green #16EE1F
RGB
CMYK
RGB Variations
Color information
#16EE1F (or 0x16EE1F) is known color: Free Speech Green. HEX triplet: 16, EE and 1F. RGB value is (22,238,31). Sum of RGB (Red+Green+Blue) = 22+238+31=291 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.56% from 291); Green value is 238 (93.36% from 255 or 81.79% from 291); Blue value is 31 (12.5% from 255 or 10.65% from 291); Max value from RGB is 238 - color contains mainly: green. Hex color #16EE1F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #16EE1F is #E911E0. Grayscale: #969696. Windows color (decimal): -15274465 or 2092566. OLE color: 2092566.
HSL color Cylindrical-coordinate representation of color #16EE1F: hue angle of 122.5º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16EE1F is Cyan = 0.91, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 238 | 31 | - |
| CMYK | 0.91 | 0 | 0.87 | 0.07 |
| HSL | 122.5º | 0.86% | 0.51% | - |
| HSV(B) | 122.5º | 0.91% | 0.93% | - |
| XYZ | 31.15 | 61.42 | 11.51 | - |
| YUV | 149.82 | 60.94 | 36.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 238 | 31 | 0.91 | 0 | 0.87 | 0.07 | 122.5 | 0.86 | 0.51 |
| Hex | 16 | EE | 1F | 5B | 0 | 57 | 7 | 7B | 56 | 33 |
| Octal | 26 | 356 | 37 | 133 | 0 | 127 | 7 | 173 | 126 | 63 |
| Binary | 10110 | 11101110 | 11111 | 1011011 | 0 | 1010111 | 111 | 1111011 | 1010110 | 110011 |
Color Harmonies of #16EE1F
Complementary color
Monochromatic Colors of #16EE1F
Black with #16EE1F
Text Example
Text Example
White with #16EE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16EE1F; }
p { color: rgb(22,238,31); }
H1.HeaderClassName
{
color: #16EE1F;
}
.AnyTagClassName
{
color: #16EE1F;
}
</style>
background-color css
<style>
a { background-color: #16EE1F; }
a { background-color: rgb(22,238,31); }
div.DivClassName
{
background-color: #16EE1F;
}
.BgClassName
{
background-color: #16EE1F;
}
</style>
border-color css
<style>
span { border-color: #16EE1F; }
span { border-color: rgb(22,238,31); }
td.TdClassName
{
border-color: #16EE1F;
}
.TagClassName
{
border-color: #16EE1F;
}
</style>