Shades of Free Speech Green #06D812
Tints of Free Speech Green #06D812
RGB
CMYK
RGB Variations
Color information
#06D812 (or 0x06D812) is known color: Free Speech Green. HEX triplet: 06, D8 and 12. RGB value is (6,216,18). Sum of RGB (Red+Green+Blue) = 6+216+18=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 216 (84.77% from 255 or 90% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 216 - color contains mainly: green. Hex color #06D812 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06D812 is #F927ED. Grayscale: #838383. Windows color (decimal): -16328686 or 1234950. OLE color: 1234950.
HSL color Cylindrical-coordinate representation of color #06D812: hue angle of 123.43º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D812 is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 216 | 18 | - |
| CMYK | 0.97 | 0 | 0.92 | 0.15 |
| HSL | 123.43º | 0.95% | 0.44% | - |
| HSV(B) | 123.43º | 0.97% | 0.85% | - |
| XYZ | 24.74 | 49.19 | 8.76 | - |
| YUV | 130.64 | 64.43 | 39.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 216 | 18 | 0.97 | 0 | 0.92 | 0.15 | 123.43 | 0.95 | 0.44 |
| Hex | 6 | D8 | 12 | 61 | 0 | 5C | F | 7B | 5F | 2C |
| Octal | 6 | 330 | 22 | 141 | 0 | 134 | 17 | 173 | 137 | 54 |
| Binary | 110 | 11011000 | 10010 | 1100001 | 0 | 1011100 | 1111 | 1111011 | 1011111 | 101100 |
Color Harmonies of #06D812
Complementary color
Monochromatic Colors of #06D812
Black with #06D812
Text Example
Text Example
White with #06D812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D812; }
p { color: rgb(6,216,18); }
H1.HeaderClassName
{
color: #06D812;
}
.AnyTagClassName
{
color: #06D812;
}
</style>
background-color css
<style>
a { background-color: #06D812; }
a { background-color: rgb(6,216,18); }
div.DivClassName
{
background-color: #06D812;
}
.BgClassName
{
background-color: #06D812;
}
</style>
border-color css
<style>
span { border-color: #06D812; }
span { border-color: rgb(6,216,18); }
td.TdClassName
{
border-color: #06D812;
}
.TagClassName
{
border-color: #06D812;
}
</style>