Shades of Free Speech Green #10DF06
Tints of Free Speech Green #10DF06
RGB
CMYK
RGB Variations
Color information
#10DF06 (or 0x10DF06) is known color: Free Speech Green. HEX triplet: 10, DF and 06. RGB value is (16,223,6). Sum of RGB (Red+Green+Blue) = 16+223+6=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 223 (87.5% from 255 or 91.02% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 223 - color contains mainly: green. Hex color #10DF06 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10DF06 is #EF20F9. Grayscale: #898989. Windows color (decimal): -15671546 or 450320. OLE color: 450320.
HSL color Cylindrical-coordinate representation of color #10DF06: hue angle of 117.24º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #10DF06 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 223 | 6 | - |
| CMYK | 0.93 | 0 | 0.97 | 0.13 |
| HSL | 117.24º | 0.95% | 0.45% | - |
| HSV(B) | 117.24º | 0.97% | 0.87% | - |
| XYZ | 26.63 | 52.9 | 8.98 | - |
| YUV | 136.37 | 54.42 | 42.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 223 | 6 | 0.93 | 0 | 0.97 | 0.13 | 117.24 | 0.95 | 0.45 |
| Hex | 10 | DF | 6 | 5D | 0 | 61 | D | 75 | 5F | 2D |
| Octal | 20 | 337 | 6 | 135 | 0 | 141 | 15 | 165 | 137 | 55 |
| Binary | 10000 | 11011111 | 110 | 1011101 | 0 | 1100001 | 1101 | 1110101 | 1011111 | 101101 |
Color Harmonies of #10DF06
Complementary color
Monochromatic Colors of #10DF06
Black with #10DF06
Text Example
Text Example
White with #10DF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DF06; }
p { color: rgb(16,223,6); }
H1.HeaderClassName
{
color: #10DF06;
}
.AnyTagClassName
{
color: #10DF06;
}
</style>
background-color css
<style>
a { background-color: #10DF06; }
a { background-color: rgb(16,223,6); }
div.DivClassName
{
background-color: #10DF06;
}
.BgClassName
{
background-color: #10DF06;
}
</style>
border-color css
<style>
span { border-color: #10DF06; }
span { border-color: rgb(16,223,6); }
td.TdClassName
{
border-color: #10DF06;
}
.TagClassName
{
border-color: #10DF06;
}
</style>