Shades of Free Speech Green #0FF20A
Tints of Free Speech Green #0FF20A
RGB
CMYK
RGB Variations
Color information
#0FF20A (or 0x0FF20A) is known color: Free Speech Green. HEX triplet: 0F, F2 and 0A. RGB value is (15,242,10). Sum of RGB (Red+Green+Blue) = 15+242+10=267 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.62% from 267); Green value is 242 (94.92% from 255 or 90.64% from 267); Blue value is 10 (4.30% from 255 or 3.75% from 267); Max value from RGB is 242 - color contains mainly: green. Hex color #0FF20A is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FF20A is #F00DF5. Grayscale: #949494. Windows color (decimal): -15732214 or 717327. OLE color: 717327.
HSL color Cylindrical-coordinate representation of color #0FF20A: hue angle of 118.71º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0FF20A is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 242 | 10 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.05 |
| HSL | 118.71º | 0.92% | 0.49% | - |
| HSV(B) | 118.71º | 0.96% | 0.95% | - |
| XYZ | 32 | 63.63 | 10.88 | - |
| YUV | 147.68 | 50.29 | 33.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 242 | 10 | 0.94 | 0 | 0.96 | 0.05 | 118.71 | 0.92 | 0.49 |
| Hex | F | F2 | A | 5E | 0 | 60 | 5 | 77 | 5C | 31 |
| Octal | 17 | 362 | 12 | 136 | 0 | 140 | 5 | 167 | 134 | 61 |
| Binary | 1111 | 11110010 | 1010 | 1011110 | 0 | 1100000 | 101 | 1110111 | 1011100 | 110001 |
Color Harmonies of #0FF20A
Complementary color
Monochromatic Colors of #0FF20A
Black with #0FF20A
Text Example
Text Example
White with #0FF20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF20A; }
p { color: rgb(15,242,10); }
H1.HeaderClassName
{
color: #0FF20A;
}
.AnyTagClassName
{
color: #0FF20A;
}
</style>
background-color css
<style>
a { background-color: #0FF20A; }
a { background-color: rgb(15,242,10); }
div.DivClassName
{
background-color: #0FF20A;
}
.BgClassName
{
background-color: #0FF20A;
}
</style>
border-color css
<style>
span { border-color: #0FF20A; }
span { border-color: rgb(15,242,10); }
td.TdClassName
{
border-color: #0FF20A;
}
.TagClassName
{
border-color: #0FF20A;
}
</style>