Shades of Free Speech Green #06D613
Tints of Free Speech Green #06D613
RGB
CMYK
RGB Variations
Color information
#06D613 (or 0x06D613) is known color: Free Speech Green. HEX triplet: 06, D6 and 13. RGB value is (6,214,19). Sum of RGB (Red+Green+Blue) = 6+214+19=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 214 (83.98% from 255 or 89.54% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 214 - color contains mainly: green. Hex color #06D613 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06D613 is #F929EC. Grayscale: #828282. Windows color (decimal): -16329197 or 1299974. OLE color: 1299974.
HSL color Cylindrical-coordinate representation of color #06D613: hue angle of 123.75º 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 #06D613 is Cyan = 0.97, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 6 | 214 | 19 | - |
| CMYK | 0.97 | 0 | 0.91 | 0.16 |
| HSL | 123.75º | 0.95% | 0.43% | - |
| HSV(B) | 123.75º | 0.97% | 0.84% | - |
| XYZ | 24.24 | 48.18 | 8.64 | - |
| YUV | 129.58 | 65.59 | 39.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 214 | 19 | 0.97 | 0 | 0.91 | 0.16 | 123.75 | 0.95 | 0.43 |
| Hex | 6 | D6 | 13 | 61 | 0 | 5B | 10 | 7C | 5F | 2B |
| Octal | 6 | 326 | 23 | 141 | 0 | 133 | 20 | 174 | 137 | 53 |
| Binary | 110 | 11010110 | 10011 | 1100001 | 0 | 1011011 | 10000 | 1111100 | 1011111 | 101011 |
Color Harmonies of #06D613
Complementary color
Monochromatic Colors of #06D613
Black with #06D613
Text Example
Text Example
White with #06D613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D613; }
p { color: rgb(6,214,19); }
H1.HeaderClassName
{
color: #06D613;
}
.AnyTagClassName
{
color: #06D613;
}
</style>
background-color css
<style>
a { background-color: #06D613; }
a { background-color: rgb(6,214,19); }
div.DivClassName
{
background-color: #06D613;
}
.BgClassName
{
background-color: #06D613;
}
</style>
border-color css
<style>
span { border-color: #06D613; }
span { border-color: rgb(6,214,19); }
td.TdClassName
{
border-color: #06D613;
}
.TagClassName
{
border-color: #06D613;
}
</style>