Shades of Free Speech Green #06D914
Tints of Free Speech Green #06D914
RGB
CMYK
RGB Variations
Color information
#06D914 (or 0x06D914) is known color: Free Speech Green. HEX triplet: 06, D9 and 14. RGB value is (6,217,20). Sum of RGB (Red+Green+Blue) = 6+217+20=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 217 (85.16% from 255 or 89.30% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 217 - color contains mainly: green. Hex color #06D914 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06D914 is #F926EB. Grayscale: #848484. Windows color (decimal): -16328428 or 1366278. OLE color: 1366278.
HSL color Cylindrical-coordinate representation of color #06D914: hue angle of 123.98º 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 #06D914 is Cyan = 0.97, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 217 | 20 | - |
| CMYK | 0.97 | 0 | 0.91 | 0.15 |
| HSL | 123.98º | 0.95% | 0.44% | - |
| HSV(B) | 123.98º | 0.97% | 0.85% | - |
| XYZ | 25.01 | 49.71 | 8.94 | - |
| YUV | 131.45 | 65.1 | 38.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 217 | 20 | 0.97 | 0 | 0.91 | 0.15 | 123.98 | 0.95 | 0.44 |
| Hex | 6 | D9 | 14 | 61 | 0 | 5B | F | 7C | 5F | 2C |
| Octal | 6 | 331 | 24 | 141 | 0 | 133 | 17 | 174 | 137 | 54 |
| Binary | 110 | 11011001 | 10100 | 1100001 | 0 | 1011011 | 1111 | 1111100 | 1011111 | 101100 |
Color Harmonies of #06D914
Complementary color
Monochromatic Colors of #06D914
Black with #06D914
Text Example
Text Example
White with #06D914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D914; }
p { color: rgb(6,217,20); }
H1.HeaderClassName
{
color: #06D914;
}
.AnyTagClassName
{
color: #06D914;
}
</style>
background-color css
<style>
a { background-color: #06D914; }
a { background-color: rgb(6,217,20); }
div.DivClassName
{
background-color: #06D914;
}
.BgClassName
{
background-color: #06D914;
}
</style>
border-color css
<style>
span { border-color: #06D914; }
span { border-color: rgb(6,217,20); }
td.TdClassName
{
border-color: #06D914;
}
.TagClassName
{
border-color: #06D914;
}
</style>