Shades of Free Speech Green #06FF15
Tints of Free Speech Green #06FF15
RGB
CMYK
RGB Variations
Color information
#06FF15 (or 0x06FF15) is known color: Free Speech Green. HEX triplet: 06, FF and 15. RGB value is (6,255,21). Sum of RGB (Red+Green+Blue) = 6+255+21=282 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.13% from 282); Green value is 255 (100% from 255 or 90.43% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 255 - color contains mainly: green. Hex color #06FF15 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #06FF15 is #F900EA. Grayscale: #9A9A9A. Windows color (decimal): -16318699 or 1441542. OLE color: 1441542.
HSL color Cylindrical-coordinate representation of color #06FF15: hue angle of 123.61º 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 #06FF15 is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 255 | 21 | - |
| CMYK | 0.98 | 0 | 0.92 | 0 |
| HSL | 123.61º | 1% | 0.51% | - |
| HSV(B) | 123.61º | 0.98% | 1% | - |
| XYZ | 35.97 | 71.61 | 12.64 | - |
| YUV | 153.87 | 53.01 | 22.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 255 | 21 | 0.98 | 0 | 0.92 | 0 | 123.61 | 1 | 0.51 |
| Hex | 6 | FF | 15 | 62 | 0 | 5C | 0 | 7C | 64 | 33 |
| Octal | 6 | 377 | 25 | 142 | 0 | 134 | 0 | 174 | 144 | 63 |
| Binary | 110 | 11111111 | 10101 | 1100010 | 0 | 1011100 | 0 | 1111100 | 1100100 | 110011 |
Color Harmonies of #06FF15
Complementary color
Monochromatic Colors of #06FF15
Black with #06FF15
Text Example
Text Example
White with #06FF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FF15; }
p { color: rgb(6,255,21); }
H1.HeaderClassName
{
color: #06FF15;
}
.AnyTagClassName
{
color: #06FF15;
}
</style>
background-color css
<style>
a { background-color: #06FF15; }
a { background-color: rgb(6,255,21); }
div.DivClassName
{
background-color: #06FF15;
}
.BgClassName
{
background-color: #06FF15;
}
</style>
border-color css
<style>
span { border-color: #06FF15; }
span { border-color: rgb(6,255,21); }
td.TdClassName
{
border-color: #06FF15;
}
.TagClassName
{
border-color: #06FF15;
}
</style>