Shades of Free Speech Green #06D90E
Tints of Free Speech Green #06D90E
RGB
CMYK
RGB Variations
Color information
#06D90E (or 0x06D90E) is known color: Free Speech Green. HEX triplet: 06, D9 and 0E. RGB value is (6,217,14). Sum of RGB (Red+Green+Blue) = 6+217+14=237 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.53% from 237); Green value is 217 (85.16% from 255 or 91.56% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 217 - color contains mainly: green. Hex color #06D90E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06D90E is #F926F1. Grayscale: #838383. Windows color (decimal): -16328434 or 973062. OLE color: 973062.
HSL color Cylindrical-coordinate representation of color #06D90E: hue angle of 122.27º 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 #06D90E is Cyan = 0.97, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 217 | 14 | - |
| CMYK | 0.97 | 0 | 0.94 | 0.15 |
| HSL | 122.27º | 0.95% | 0.44% | - |
| HSV(B) | 122.27º | 0.97% | 0.85% | - |
| XYZ | 24.97 | 49.7 | 8.69 | - |
| YUV | 130.77 | 62.1 | 39.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 217 | 14 | 0.97 | 0 | 0.94 | 0.15 | 122.27 | 0.95 | 0.44 |
| Hex | 6 | D9 | E | 61 | 0 | 5E | F | 7A | 5F | 2C |
| Octal | 6 | 331 | 16 | 141 | 0 | 136 | 17 | 172 | 137 | 54 |
| Binary | 110 | 11011001 | 1110 | 1100001 | 0 | 1011110 | 1111 | 1111010 | 1011111 | 101100 |
Color Harmonies of #06D90E
Complementary color
Monochromatic Colors of #06D90E
Black with #06D90E
Text Example
Text Example
White with #06D90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D90E; }
p { color: rgb(6,217,14); }
H1.HeaderClassName
{
color: #06D90E;
}
.AnyTagClassName
{
color: #06D90E;
}
</style>
background-color css
<style>
a { background-color: #06D90E; }
a { background-color: rgb(6,217,14); }
div.DivClassName
{
background-color: #06D90E;
}
.BgClassName
{
background-color: #06D90E;
}
</style>
border-color css
<style>
span { border-color: #06D90E; }
span { border-color: rgb(6,217,14); }
td.TdClassName
{
border-color: #06D90E;
}
.TagClassName
{
border-color: #06D90E;
}
</style>