Shades of Free Speech Green #06DF12
Tints of Free Speech Green #06DF12
RGB
CMYK
RGB Variations
Color information
#06DF12 (or 0x06DF12) is known color: Free Speech Green. HEX triplet: 06, DF and 12. RGB value is (6,223,18). Sum of RGB (Red+Green+Blue) = 6+223+18=247 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.43% from 247); Green value is 223 (87.5% from 255 or 90.28% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 223 - color contains mainly: green. Hex color #06DF12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06DF12 is #F920ED. Grayscale: #878787. Windows color (decimal): -16326894 or 1236742. OLE color: 1236742.
HSL color Cylindrical-coordinate representation of color #06DF12: hue angle of 123.32º 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 #06DF12 is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 223 | 18 | - |
| CMYK | 0.97 | 0 | 0.92 | 0.13 |
| HSL | 123.32º | 0.95% | 0.45% | - |
| HSV(B) | 123.32º | 0.97% | 0.87% | - |
| XYZ | 26.57 | 52.86 | 9.37 | - |
| YUV | 134.75 | 62.11 | 36.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 223 | 18 | 0.97 | 0 | 0.92 | 0.13 | 123.32 | 0.95 | 0.45 |
| Hex | 6 | DF | 12 | 61 | 0 | 5C | D | 7B | 5F | 2D |
| Octal | 6 | 337 | 22 | 141 | 0 | 134 | 15 | 173 | 137 | 55 |
| Binary | 110 | 11011111 | 10010 | 1100001 | 0 | 1011100 | 1101 | 1111011 | 1011111 | 101101 |
Color Harmonies of #06DF12
Complementary color
Monochromatic Colors of #06DF12
Black with #06DF12
Text Example
Text Example
White with #06DF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DF12; }
p { color: rgb(6,223,18); }
H1.HeaderClassName
{
color: #06DF12;
}
.AnyTagClassName
{
color: #06DF12;
}
</style>
background-color css
<style>
a { background-color: #06DF12; }
a { background-color: rgb(6,223,18); }
div.DivClassName
{
background-color: #06DF12;
}
.BgClassName
{
background-color: #06DF12;
}
</style>
border-color css
<style>
span { border-color: #06DF12; }
span { border-color: rgb(6,223,18); }
td.TdClassName
{
border-color: #06DF12;
}
.TagClassName
{
border-color: #06DF12;
}
</style>