Shades of Free Speech Green #10CE06
Tints of Free Speech Green #10CE06
RGB
CMYK
RGB Variations
Color information
#10CE06 (or 0x10CE06) is known color: Free Speech Green. HEX triplet: 10, CE and 06. RGB value is (16,206,6). Sum of RGB (Red+Green+Blue) = 16+206+6=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 206 (80.86% from 255 or 90.35% from 228); Blue value is 6 (2.73% from 255 or 2.63% from 228); Max value from RGB is 206 - color contains mainly: green. Hex color #10CE06 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10CE06 is #EF31F9. Grayscale: #7E7E7E. Windows color (decimal): -15675898 or 445968. OLE color: 445968.
HSL color Cylindrical-coordinate representation of color #10CE06: hue angle of 117º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #10CE06 is Cyan = 0.92, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 206 | 6 | - |
| CMYK | 0.92 | 0 | 0.97 | 0.19 |
| HSL | 117º | 0.94% | 0.42% | - |
| HSV(B) | 117º | 0.97% | 0.81% | - |
| XYZ | 22.32 | 44.27 | 7.54 | - |
| YUV | 126.39 | 60.05 | 49.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 206 | 6 | 0.92 | 0 | 0.97 | 0.19 | 117 | 0.94 | 0.42 |
| Hex | 10 | CE | 6 | 5C | 0 | 61 | 13 | 75 | 5E | 2A |
| Octal | 20 | 316 | 6 | 134 | 0 | 141 | 23 | 165 | 136 | 52 |
| Binary | 10000 | 11001110 | 110 | 1011100 | 0 | 1100001 | 10011 | 1110101 | 1011110 | 101010 |
Color Harmonies of #10CE06
Complementary color
Monochromatic Colors of #10CE06
Black with #10CE06
Text Example
Text Example
White with #10CE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CE06; }
p { color: rgb(16,206,6); }
H1.HeaderClassName
{
color: #10CE06;
}
.AnyTagClassName
{
color: #10CE06;
}
</style>
background-color css
<style>
a { background-color: #10CE06; }
a { background-color: rgb(16,206,6); }
div.DivClassName
{
background-color: #10CE06;
}
.BgClassName
{
background-color: #10CE06;
}
</style>
border-color css
<style>
span { border-color: #10CE06; }
span { border-color: rgb(16,206,6); }
td.TdClassName
{
border-color: #10CE06;
}
.TagClassName
{
border-color: #10CE06;
}
</style>