Shades of Free Speech Green #10CF16
Tints of Free Speech Green #10CF16
RGB
CMYK
RGB Variations
Color information
#10CF16 (or 0x10CF16) is known color: Free Speech Green. HEX triplet: 10, CF and 16. RGB value is (16,207,22). Sum of RGB (Red+Green+Blue) = 16+207+22=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 207 (81.25% from 255 or 84.49% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 207 - color contains mainly: green. Hex color #10CF16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10CF16 is #EF30E9. Grayscale: #818181. Windows color (decimal): -15675626 or 1494800. OLE color: 1494800.
HSL color Cylindrical-coordinate representation of color #10CF16: hue angle of 121.88º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CF16 is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 207 | 22 | - |
| CMYK | 0.92 | 0 | 0.89 | 0.19 |
| HSL | 121.88º | 0.86% | 0.44% | - |
| HSV(B) | 121.88º | 0.92% | 0.81% | - |
| XYZ | 22.67 | 44.79 | 8.21 | - |
| YUV | 128.8 | 67.72 | 47.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 207 | 22 | 0.92 | 0 | 0.89 | 0.19 | 121.88 | 0.86 | 0.44 |
| Hex | 10 | CF | 16 | 5C | 0 | 59 | 13 | 7A | 56 | 2C |
| Octal | 20 | 317 | 26 | 134 | 0 | 131 | 23 | 172 | 126 | 54 |
| Binary | 10000 | 11001111 | 10110 | 1011100 | 0 | 1011001 | 10011 | 1111010 | 1010110 | 101100 |
Color Harmonies of #10CF16
Complementary color
Monochromatic Colors of #10CF16
Black with #10CF16
Text Example
Text Example
White with #10CF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CF16; }
p { color: rgb(16,207,22); }
H1.HeaderClassName
{
color: #10CF16;
}
.AnyTagClassName
{
color: #10CF16;
}
</style>
background-color css
<style>
a { background-color: #10CF16; }
a { background-color: rgb(16,207,22); }
div.DivClassName
{
background-color: #10CF16;
}
.BgClassName
{
background-color: #10CF16;
}
</style>
border-color css
<style>
span { border-color: #10CF16; }
span { border-color: rgb(16,207,22); }
td.TdClassName
{
border-color: #10CF16;
}
.TagClassName
{
border-color: #10CF16;
}
</style>