Shades of Free Speech Green #06D412
Tints of Free Speech Green #06D412
RGB
CMYK
RGB Variations
Color information
#06D412 (or 0x06D412) is known color: Free Speech Green. HEX triplet: 06, D4 and 12. RGB value is (6,212,18). Sum of RGB (Red+Green+Blue) = 6+212+18=236 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.54% from 236); Green value is 212 (83.20% from 255 or 89.83% from 236); Blue value is 18 (7.42% from 255 or 7.63% from 236); Max value from RGB is 212 - color contains mainly: green. Hex color #06D412 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06D412 is #F92BED. Grayscale: #808080. Windows color (decimal): -16329710 or 1233926. OLE color: 1233926.
HSL color Cylindrical-coordinate representation of color #06D412: hue angle of 123.5º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D412 is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 6 | 212 | 18 | - |
| CMYK | 0.97 | 0 | 0.92 | 0.17 |
| HSL | 123.5º | 0.94% | 0.43% | - |
| HSV(B) | 123.5º | 0.97% | 0.83% | - |
| XYZ | 23.73 | 47.17 | 8.43 | - |
| YUV | 128.29 | 65.75 | 40.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 212 | 18 | 0.97 | 0 | 0.92 | 0.17 | 123.5 | 0.94 | 0.43 |
| Hex | 6 | D4 | 12 | 61 | 0 | 5C | 11 | 7B | 5E | 2B |
| Octal | 6 | 324 | 22 | 141 | 0 | 134 | 21 | 173 | 136 | 53 |
| Binary | 110 | 11010100 | 10010 | 1100001 | 0 | 1011100 | 10001 | 1111011 | 1011110 | 101011 |
Color Harmonies of #06D412
Complementary color
Monochromatic Colors of #06D412
Black with #06D412
Text Example
Text Example
White with #06D412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D412; }
p { color: rgb(6,212,18); }
H1.HeaderClassName
{
color: #06D412;
}
.AnyTagClassName
{
color: #06D412;
}
</style>
background-color css
<style>
a { background-color: #06D412; }
a { background-color: rgb(6,212,18); }
div.DivClassName
{
background-color: #06D412;
}
.BgClassName
{
background-color: #06D412;
}
</style>
border-color css
<style>
span { border-color: #06D412; }
span { border-color: rgb(6,212,18); }
td.TdClassName
{
border-color: #06D412;
}
.TagClassName
{
border-color: #06D412;
}
</style>