Shades of Free Speech Green #06D512
Tints of Free Speech Green #06D512
RGB
CMYK
RGB Variations
Color information
#06D512 (or 0x06D512) is known color: Free Speech Green. HEX triplet: 06, D5 and 12. RGB value is (6,213,18). Sum of RGB (Red+Green+Blue) = 6+213+18=237 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.53% from 237); Green value is 213 (83.59% from 255 or 89.87% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 213 - color contains mainly: green. Hex color #06D512 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06D512 is #F92AED. Grayscale: #818181. Windows color (decimal): -16329454 or 1234182. OLE color: 1234182.
HSL color Cylindrical-coordinate representation of color #06D512: hue angle of 123.48º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D512 is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 6 | 213 | 18 | - |
| CMYK | 0.97 | 0 | 0.92 | 0.16 |
| HSL | 123.48º | 0.95% | 0.43% | - |
| HSV(B) | 123.48º | 0.97% | 0.84% | - |
| XYZ | 23.98 | 47.67 | 8.51 | - |
| YUV | 128.88 | 65.42 | 40.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 213 | 18 | 0.97 | 0 | 0.92 | 0.16 | 123.48 | 0.95 | 0.43 |
| Hex | 6 | D5 | 12 | 61 | 0 | 5C | 10 | 7B | 5F | 2B |
| Octal | 6 | 325 | 22 | 141 | 0 | 134 | 20 | 173 | 137 | 53 |
| Binary | 110 | 11010101 | 10010 | 1100001 | 0 | 1011100 | 10000 | 1111011 | 1011111 | 101011 |
Color Harmonies of #06D512
Complementary color
Monochromatic Colors of #06D512
Black with #06D512
Text Example
Text Example
White with #06D512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D512; }
p { color: rgb(6,213,18); }
H1.HeaderClassName
{
color: #06D512;
}
.AnyTagClassName
{
color: #06D512;
}
</style>
background-color css
<style>
a { background-color: #06D512; }
a { background-color: rgb(6,213,18); }
div.DivClassName
{
background-color: #06D512;
}
.BgClassName
{
background-color: #06D512;
}
</style>
border-color css
<style>
span { border-color: #06D512; }
span { border-color: rgb(6,213,18); }
td.TdClassName
{
border-color: #06D512;
}
.TagClassName
{
border-color: #06D512;
}
</style>