Shades of Free Speech Green #0FF91E
Tints of Free Speech Green #0FF91E
RGB
CMYK
RGB Variations
Color information
#0FF91E (or 0x0FF91E) is known color: Free Speech Green. HEX triplet: 0F, F9 and 1E. RGB value is (15,249,30). Sum of RGB (Red+Green+Blue) = 15+249+30=294 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.10% from 294); Green value is 249 (97.66% from 255 or 84.69% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 249 - color contains mainly: green. Hex color #0FF91E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FF91E is #F006E1. Grayscale: #9A9A9A. Windows color (decimal): -15730402 or 2029839. OLE color: 2029839.
HSL color Cylindrical-coordinate representation of color #0FF91E: hue angle of 123.85º degrees, saturation: 0.95, 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 #0FF91E is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 249 | 30 | - |
| CMYK | 0.94 | 0 | 0.88 | 0.02 |
| HSL | 123.85º | 0.95% | 0.52% | - |
| HSV(B) | 123.85º | 0.94% | 0.98% | - |
| XYZ | 34.31 | 67.95 | 12.54 | - |
| YUV | 154.07 | 57.98 | 28.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 249 | 30 | 0.94 | 0 | 0.88 | 0.02 | 123.85 | 0.95 | 0.52 |
| Hex | F | F9 | 1E | 5E | 0 | 58 | 2 | 7C | 5F | 34 |
| Octal | 17 | 371 | 36 | 136 | 0 | 130 | 2 | 174 | 137 | 64 |
| Binary | 1111 | 11111001 | 11110 | 1011110 | 0 | 1011000 | 10 | 1111100 | 1011111 | 110100 |
Color Harmonies of #0FF91E
Complementary color
Monochromatic Colors of #0FF91E
Black with #0FF91E
Text Example
Text Example
White with #0FF91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF91E; }
p { color: rgb(15,249,30); }
H1.HeaderClassName
{
color: #0FF91E;
}
.AnyTagClassName
{
color: #0FF91E;
}
</style>
background-color css
<style>
a { background-color: #0FF91E; }
a { background-color: rgb(15,249,30); }
div.DivClassName
{
background-color: #0FF91E;
}
.BgClassName
{
background-color: #0FF91E;
}
</style>
border-color css
<style>
span { border-color: #0FF91E; }
span { border-color: rgb(15,249,30); }
td.TdClassName
{
border-color: #0FF91E;
}
.TagClassName
{
border-color: #0FF91E;
}
</style>