Shades of Free Speech Green #0FFA36
Tints of Free Speech Green #0FFA36
RGB
CMYK
RGB Variations
Color information
#0FFA36 (or 0x0FFA36) is known color: Free Speech Green. HEX triplet: 0F, FA and 36. RGB value is (15,250,54). Sum of RGB (Red+Green+Blue) = 15+250+54=319 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.70% from 319); Green value is 250 (98.05% from 255 or 78.37% from 319); Blue value is 54 (21.48% from 255 or 16.93% from 319); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFA36 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FFA36 is #F005C9. Grayscale: #9D9D9D. Windows color (decimal): -15730122 or 3602959. OLE color: 3602959.
HSL color Cylindrical-coordinate representation of color #0FFA36: hue angle of 129.96º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFA36 is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 250 | 54 | - |
| CMYK | 0.94 | 0 | 0.78 | 0.02 |
| HSL | 129.96º | 0.96% | 0.52% | - |
| HSV(B) | 129.96º | 0.94% | 0.98% | - |
| XYZ | 35.05 | 68.74 | 14.91 | - |
| YUV | 157.39 | 69.64 | 26.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 250 | 54 | 0.94 | 0 | 0.78 | 0.02 | 129.96 | 0.96 | 0.52 |
| Hex | F | FA | 36 | 5E | 0 | 4E | 2 | 82 | 60 | 34 |
| Octal | 17 | 372 | 66 | 136 | 0 | 116 | 2 | 202 | 140 | 64 |
| Binary | 1111 | 11111010 | 110110 | 1011110 | 0 | 1001110 | 10 | 10000010 | 1100000 | 110100 |
Color Harmonies of #0FFA36
Complementary color
Monochromatic Colors of #0FFA36
Black with #0FFA36
Text Example
Text Example
White with #0FFA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFA36; }
p { color: rgb(15,250,54); }
H1.HeaderClassName
{
color: #0FFA36;
}
.AnyTagClassName
{
color: #0FFA36;
}
</style>
background-color css
<style>
a { background-color: #0FFA36; }
a { background-color: rgb(15,250,54); }
div.DivClassName
{
background-color: #0FFA36;
}
.BgClassName
{
background-color: #0FFA36;
}
</style>
border-color css
<style>
span { border-color: #0FFA36; }
span { border-color: rgb(15,250,54); }
td.TdClassName
{
border-color: #0FFA36;
}
.TagClassName
{
border-color: #0FFA36;
}
</style>