Shades of Free Speech Green #06DB14
Tints of Free Speech Green #06DB14
RGB
CMYK
RGB Variations
Color information
#06DB14 (or 0x06DB14) is known color: Free Speech Green. HEX triplet: 06, DB and 14. RGB value is (6,219,20). Sum of RGB (Red+Green+Blue) = 6+219+20=245 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.45% from 245); Green value is 219 (85.94% from 255 or 89.39% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 219 - color contains mainly: green. Hex color #06DB14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06DB14 is #F924EB. Grayscale: #858585. Windows color (decimal): -16327916 or 1366790. OLE color: 1366790.
HSL color Cylindrical-coordinate representation of color #06DB14: hue angle of 123.94º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DB14 is Cyan = 0.97, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 219 | 20 | - |
| CMYK | 0.97 | 0 | 0.91 | 0.14 |
| HSL | 123.94º | 0.95% | 0.44% | - |
| HSV(B) | 123.94º | 0.97% | 0.86% | - |
| XYZ | 25.53 | 50.75 | 9.11 | - |
| YUV | 132.63 | 64.43 | 37.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 219 | 20 | 0.97 | 0 | 0.91 | 0.14 | 123.94 | 0.95 | 0.44 |
| Hex | 6 | DB | 14 | 61 | 0 | 5B | E | 7C | 5F | 2C |
| Octal | 6 | 333 | 24 | 141 | 0 | 133 | 16 | 174 | 137 | 54 |
| Binary | 110 | 11011011 | 10100 | 1100001 | 0 | 1011011 | 1110 | 1111100 | 1011111 | 101100 |
Color Harmonies of #06DB14
Complementary color
Monochromatic Colors of #06DB14
Black with #06DB14
Text Example
Text Example
White with #06DB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DB14; }
p { color: rgb(6,219,20); }
H1.HeaderClassName
{
color: #06DB14;
}
.AnyTagClassName
{
color: #06DB14;
}
</style>
background-color css
<style>
a { background-color: #06DB14; }
a { background-color: rgb(6,219,20); }
div.DivClassName
{
background-color: #06DB14;
}
.BgClassName
{
background-color: #06DB14;
}
</style>
border-color css
<style>
span { border-color: #06DB14; }
span { border-color: rgb(6,219,20); }
td.TdClassName
{
border-color: #06DB14;
}
.TagClassName
{
border-color: #06DB14;
}
</style>