Shades of Free Speech Green #16CF03
Tints of Free Speech Green #16CF03
RGB
CMYK
RGB Variations
Color information
#16CF03 (or 0x16CF03) is known color: Free Speech Green. HEX triplet: 16, CF and 03. RGB value is (22,207,3). Sum of RGB (Red+Green+Blue) = 22+207+3=232 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.48% from 232); Green value is 207 (81.25% from 255 or 89.22% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 207 - color contains mainly: green. Hex color #16CF03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16CF03 is #E930FC. Grayscale: #818181. Windows color (decimal): -15282429 or 249622. OLE color: 249622.
HSL color Cylindrical-coordinate representation of color #16CF03: hue angle of 114.41º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #16CF03 is Cyan = 0.89, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 207 | 3 | - |
| CMYK | 0.89 | 0 | 0.99 | 0.19 |
| HSL | 114.41º | 0.97% | 0.41% | - |
| HSV(B) | 114.41º | 0.99% | 0.81% | - |
| XYZ | 22.66 | 44.8 | 7.54 | - |
| YUV | 128.43 | 57.21 | 52.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 207 | 3 | 0.89 | 0 | 0.99 | 0.19 | 114.41 | 0.97 | 0.41 |
| Hex | 16 | CF | 3 | 59 | 0 | 63 | 13 | 72 | 61 | 29 |
| Octal | 26 | 317 | 3 | 131 | 0 | 143 | 23 | 162 | 141 | 51 |
| Binary | 10110 | 11001111 | 11 | 1011001 | 0 | 1100011 | 10011 | 1110010 | 1100001 | 101001 |
Color Harmonies of #16CF03
Complementary color
Monochromatic Colors of #16CF03
Black with #16CF03
Text Example
Text Example
White with #16CF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CF03; }
p { color: rgb(22,207,3); }
H1.HeaderClassName
{
color: #16CF03;
}
.AnyTagClassName
{
color: #16CF03;
}
</style>
background-color css
<style>
a { background-color: #16CF03; }
a { background-color: rgb(22,207,3); }
div.DivClassName
{
background-color: #16CF03;
}
.BgClassName
{
background-color: #16CF03;
}
</style>
border-color css
<style>
span { border-color: #16CF03; }
span { border-color: rgb(22,207,3); }
td.TdClassName
{
border-color: #16CF03;
}
.TagClassName
{
border-color: #16CF03;
}
</style>