Shades of Free Speech Green #10CE13
Tints of Free Speech Green #10CE13
RGB
CMYK
RGB Variations
Color information
#10CE13 (or 0x10CE13) is known color: Free Speech Green. HEX triplet: 10, CE and 13. RGB value is (16,206,19). Sum of RGB (Red+Green+Blue) = 16+206+19=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 206 (80.86% from 255 or 85.48% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 206 - color contains mainly: green. Hex color #10CE13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10CE13 is #EF31EC. Grayscale: #808080. Windows color (decimal): -15675885 or 1297936. OLE color: 1297936.
HSL color Cylindrical-coordinate representation of color #10CE13: hue angle of 120.95º 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 #10CE13 is Cyan = 0.92, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 206 | 19 | - |
| CMYK | 0.92 | 0 | 0.91 | 0.19 |
| HSL | 120.95º | 0.86% | 0.44% | - |
| HSV(B) | 120.95º | 0.92% | 0.81% | - |
| XYZ | 22.4 | 44.3 | 7.99 | - |
| YUV | 127.87 | 66.55 | 48.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 206 | 19 | 0.92 | 0 | 0.91 | 0.19 | 120.95 | 0.86 | 0.44 |
| Hex | 10 | CE | 13 | 5C | 0 | 5B | 13 | 79 | 56 | 2C |
| Octal | 20 | 316 | 23 | 134 | 0 | 133 | 23 | 171 | 126 | 54 |
| Binary | 10000 | 11001110 | 10011 | 1011100 | 0 | 1011011 | 10011 | 1111001 | 1010110 | 101100 |
Color Harmonies of #10CE13
Complementary color
Monochromatic Colors of #10CE13
Black with #10CE13
Text Example
Text Example
White with #10CE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CE13; }
p { color: rgb(16,206,19); }
H1.HeaderClassName
{
color: #10CE13;
}
.AnyTagClassName
{
color: #10CE13;
}
</style>
background-color css
<style>
a { background-color: #10CE13; }
a { background-color: rgb(16,206,19); }
div.DivClassName
{
background-color: #10CE13;
}
.BgClassName
{
background-color: #10CE13;
}
</style>
border-color css
<style>
span { border-color: #10CE13; }
span { border-color: rgb(16,206,19); }
td.TdClassName
{
border-color: #10CE13;
}
.TagClassName
{
border-color: #10CE13;
}
</style>