Shades of Free Speech Green #06FF1D
Tints of Free Speech Green #06FF1D
RGB
CMYK
RGB Variations
Color information
#06FF1D (or 0x06FF1D) is known color: Free Speech Green. HEX triplet: 06, FF and 1D. RGB value is (6,255,29). Sum of RGB (Red+Green+Blue) = 6+255+29=290 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.07% from 290); Green value is 255 (100% from 255 or 87.93% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 255 - color contains mainly: green. Hex color #06FF1D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #06FF1D is #F900E2. Grayscale: #9B9B9B. Windows color (decimal): -16318691 or 1965830. OLE color: 1965830.
HSL color Cylindrical-coordinate representation of color #06FF1D: hue angle of 125.54º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FF1D is Cyan = 0.98, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 255 | 29 | - |
| CMYK | 0.98 | 0 | 0.89 | 0 |
| HSL | 125.54º | 1% | 0.51% | - |
| HSV(B) | 125.54º | 0.98% | 1% | - |
| XYZ | 36.06 | 71.65 | 13.09 | - |
| YUV | 154.79 | 57.01 | 21.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 255 | 29 | 0.98 | 0 | 0.89 | 0 | 125.54 | 1 | 0.51 |
| Hex | 6 | FF | 1D | 62 | 0 | 59 | 0 | 7E | 64 | 33 |
| Octal | 6 | 377 | 35 | 142 | 0 | 131 | 0 | 176 | 144 | 63 |
| Binary | 110 | 11111111 | 11101 | 1100010 | 0 | 1011001 | 0 | 1111110 | 1100100 | 110011 |
Color Harmonies of #06FF1D
Complementary color
Monochromatic Colors of #06FF1D
Black with #06FF1D
Text Example
Text Example
White with #06FF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FF1D; }
p { color: rgb(6,255,29); }
H1.HeaderClassName
{
color: #06FF1D;
}
.AnyTagClassName
{
color: #06FF1D;
}
</style>
background-color css
<style>
a { background-color: #06FF1D; }
a { background-color: rgb(6,255,29); }
div.DivClassName
{
background-color: #06FF1D;
}
.BgClassName
{
background-color: #06FF1D;
}
</style>
border-color css
<style>
span { border-color: #06FF1D; }
span { border-color: rgb(6,255,29); }
td.TdClassName
{
border-color: #06FF1D;
}
.TagClassName
{
border-color: #06FF1D;
}
</style>