Shades of Free Speech Green #06F913
Tints of Free Speech Green #06F913
RGB
CMYK
RGB Variations
Color information
#06F913 (or 0x06F913) is known color: Free Speech Green. HEX triplet: 06, F9 and 13. RGB value is (6,249,19). Sum of RGB (Red+Green+Blue) = 6+249+19=274 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.19% from 274); Green value is 249 (97.66% from 255 or 90.88% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 249 - color contains mainly: green. Hex color #06F913 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #06F913 is #F906EC. Grayscale: #969696. Windows color (decimal): -16320237 or 1308934. OLE color: 1308934.
HSL color Cylindrical-coordinate representation of color #06F913: hue angle of 123.21º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06F913 is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 249 | 19 | - |
| CMYK | 0.98 | 0 | 0.92 | 0.02 |
| HSL | 123.21º | 0.95% | 0.5% | - |
| HSV(B) | 123.21º | 0.98% | 0.98% | - |
| XYZ | 34.07 | 67.84 | 11.91 | - |
| YUV | 150.12 | 53.99 | 25.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 249 | 19 | 0.98 | 0 | 0.92 | 0.02 | 123.21 | 0.95 | 0.5 |
| Hex | 6 | F9 | 13 | 62 | 0 | 5C | 2 | 7B | 5F | 32 |
| Octal | 6 | 371 | 23 | 142 | 0 | 134 | 2 | 173 | 137 | 62 |
| Binary | 110 | 11111001 | 10011 | 1100010 | 0 | 1011100 | 10 | 1111011 | 1011111 | 110010 |
Color Harmonies of #06F913
Complementary color
Monochromatic Colors of #06F913
Black with #06F913
Text Example
Text Example
White with #06F913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06F913; }
p { color: rgb(6,249,19); }
H1.HeaderClassName
{
color: #06F913;
}
.AnyTagClassName
{
color: #06F913;
}
</style>
background-color css
<style>
a { background-color: #06F913; }
a { background-color: rgb(6,249,19); }
div.DivClassName
{
background-color: #06F913;
}
.BgClassName
{
background-color: #06F913;
}
</style>
border-color css
<style>
span { border-color: #06F913; }
span { border-color: rgb(6,249,19); }
td.TdClassName
{
border-color: #06F913;
}
.TagClassName
{
border-color: #06F913;
}
</style>