Shades of Free Speech Green #10CE14
Tints of Free Speech Green #10CE14
RGB
CMYK
RGB Variations
Color information
#10CE14 (or 0x10CE14) is known color: Free Speech Green. HEX triplet: 10, CE and 14. RGB value is (16,206,20). Sum of RGB (Red+Green+Blue) = 16+206+20=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 206 (80.86% from 255 or 85.12% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 206 - color contains mainly: green. Hex color #10CE14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10CE14 is #EF31EB. Grayscale: #808080. Windows color (decimal): -15675884 or 1363472. OLE color: 1363472.
HSL color Cylindrical-coordinate representation of color #10CE14: hue angle of 121.26º 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 #10CE14 is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 206 | 20 | - |
| CMYK | 0.92 | 0 | 0.90 | 0.19 |
| HSL | 121.26º | 0.86% | 0.44% | - |
| HSV(B) | 121.26º | 0.92% | 0.81% | - |
| XYZ | 22.41 | 44.3 | 8.03 | - |
| YUV | 127.99 | 67.05 | 48.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 206 | 20 | 0.92 | 0 | 0.90 | 0.19 | 121.26 | 0.86 | 0.44 |
| Hex | 10 | CE | 14 | 5C | 0 | 5A | 13 | 79 | 56 | 2C |
| Octal | 20 | 316 | 24 | 134 | 0 | 132 | 23 | 171 | 126 | 54 |
| Binary | 10000 | 11001110 | 10100 | 1011100 | 0 | 1011010 | 10011 | 1111001 | 1010110 | 101100 |
Color Harmonies of #10CE14
Complementary color
Monochromatic Colors of #10CE14
Black with #10CE14
Text Example
Text Example
White with #10CE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CE14; }
p { color: rgb(16,206,20); }
H1.HeaderClassName
{
color: #10CE14;
}
.AnyTagClassName
{
color: #10CE14;
}
</style>
background-color css
<style>
a { background-color: #10CE14; }
a { background-color: rgb(16,206,20); }
div.DivClassName
{
background-color: #10CE14;
}
.BgClassName
{
background-color: #10CE14;
}
</style>
border-color css
<style>
span { border-color: #10CE14; }
span { border-color: rgb(16,206,20); }
td.TdClassName
{
border-color: #10CE14;
}
.TagClassName
{
border-color: #10CE14;
}
</style>