Shades of Free Speech Green #06D110
Tints of Free Speech Green #06D110
RGB
CMYK
RGB Variations
Color information
#06D110 (or 0x06D110) is known color: Free Speech Green. HEX triplet: 06, D1 and 10. RGB value is (6,209,16). Sum of RGB (Red+Green+Blue) = 6+209+16=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 209 (82.03% from 255 or 90.48% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 209 - color contains mainly: green. Hex color #06D110 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06D110 is #F92EEF. Grayscale: #7E7E7E. Windows color (decimal): -16330480 or 1102086. OLE color: 1102086.
HSL color Cylindrical-coordinate representation of color #06D110: hue angle of 122.96º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D110 is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 6 | 209 | 16 | - |
| CMYK | 0.97 | 0 | 0.92 | 0.18 |
| HSL | 122.96º | 0.94% | 0.42% | - |
| HSV(B) | 122.96º | 0.97% | 0.82% | - |
| XYZ | 22.97 | 45.68 | 8.1 | - |
| YUV | 126.3 | 65.75 | 42.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 209 | 16 | 0.97 | 0 | 0.92 | 0.18 | 122.96 | 0.94 | 0.42 |
| Hex | 6 | D1 | 10 | 61 | 0 | 5C | 12 | 7B | 5E | 2A |
| Octal | 6 | 321 | 20 | 141 | 0 | 134 | 22 | 173 | 136 | 52 |
| Binary | 110 | 11010001 | 10000 | 1100001 | 0 | 1011100 | 10010 | 1111011 | 1011110 | 101010 |
Color Harmonies of #06D110
Complementary color
Monochromatic Colors of #06D110
Black with #06D110
Text Example
Text Example
White with #06D110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D110; }
p { color: rgb(6,209,16); }
H1.HeaderClassName
{
color: #06D110;
}
.AnyTagClassName
{
color: #06D110;
}
</style>
background-color css
<style>
a { background-color: #06D110; }
a { background-color: rgb(6,209,16); }
div.DivClassName
{
background-color: #06D110;
}
.BgClassName
{
background-color: #06D110;
}
</style>
border-color css
<style>
span { border-color: #06D110; }
span { border-color: rgb(6,209,16); }
td.TdClassName
{
border-color: #06D110;
}
.TagClassName
{
border-color: #06D110;
}
</style>