Shades of Free Speech Green #0FFA06
Tints of Free Speech Green #0FFA06
RGB
CMYK
RGB Variations
Color information
#0FFA06 (or 0x0FFA06) is known color: Free Speech Green. HEX triplet: 0F, FA and 06. RGB value is (15,250,6). Sum of RGB (Red+Green+Blue) = 15+250+6=271 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.54% from 271); Green value is 250 (98.05% from 255 or 92.25% from 271); Blue value is 6 (2.73% from 255 or 2.21% from 271); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFA06 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FFA06 is #F005F9. Grayscale: #989898. Windows color (decimal): -15730170 or 457231. OLE color: 457231.
HSL color Cylindrical-coordinate representation of color #0FFA06: hue angle of 117.79º degrees, saturation: 0.96, 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 #0FFA06 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 250 | 6 | - |
| CMYK | 0.94 | 0 | 0.98 | 0.02 |
| HSL | 117.79º | 0.96% | 0.5% | - |
| HSV(B) | 117.79º | 0.98% | 0.98% | - |
| XYZ | 34.42 | 68.49 | 11.58 | - |
| YUV | 151.92 | 45.64 | 30.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 250 | 6 | 0.94 | 0 | 0.98 | 0.02 | 117.79 | 0.96 | 0.5 |
| Hex | F | FA | 6 | 5E | 0 | 62 | 2 | 76 | 60 | 32 |
| Octal | 17 | 372 | 6 | 136 | 0 | 142 | 2 | 166 | 140 | 62 |
| Binary | 1111 | 11111010 | 110 | 1011110 | 0 | 1100010 | 10 | 1110110 | 1100000 | 110010 |
Color Harmonies of #0FFA06
Complementary color
Monochromatic Colors of #0FFA06
Black with #0FFA06
Text Example
Text Example
White with #0FFA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFA06; }
p { color: rgb(15,250,6); }
H1.HeaderClassName
{
color: #0FFA06;
}
.AnyTagClassName
{
color: #0FFA06;
}
</style>
background-color css
<style>
a { background-color: #0FFA06; }
a { background-color: rgb(15,250,6); }
div.DivClassName
{
background-color: #0FFA06;
}
.BgClassName
{
background-color: #0FFA06;
}
</style>
border-color css
<style>
span { border-color: #0FFA06; }
span { border-color: rgb(15,250,6); }
td.TdClassName
{
border-color: #0FFA06;
}
.TagClassName
{
border-color: #0FFA06;
}
</style>