Shades of Free Speech Green #0FEE18
Tints of Free Speech Green #0FEE18
RGB
CMYK
RGB Variations
Color information
#0FEE18 (or 0x0FEE18) is known color: Free Speech Green. HEX triplet: 0F, EE and 18. RGB value is (15,238,24). Sum of RGB (Red+Green+Blue) = 15+238+24=277 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.42% from 277); Green value is 238 (93.36% from 255 or 85.92% from 277); Blue value is 24 (9.77% from 255 or 8.66% from 277); Max value from RGB is 238 - color contains mainly: green. Hex color #0FEE18 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FEE18 is #F011E7. Grayscale: #939393. Windows color (decimal): -15733224 or 1633807. OLE color: 1633807.
HSL color Cylindrical-coordinate representation of color #0FEE18: hue angle of 122.42º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEE18 is Cyan = 0.94, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 238 | 24 | - |
| CMYK | 0.94 | 0 | 0.90 | 0.07 |
| HSL | 122.42º | 0.88% | 0.5% | - |
| HSV(B) | 122.42º | 0.94% | 0.93% | - |
| XYZ | 30.94 | 61.32 | 11.07 | - |
| YUV | 146.93 | 58.62 | 33.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 238 | 24 | 0.94 | 0 | 0.90 | 0.07 | 122.42 | 0.88 | 0.5 |
| Hex | F | EE | 18 | 5E | 0 | 5A | 7 | 7A | 58 | 32 |
| Octal | 17 | 356 | 30 | 136 | 0 | 132 | 7 | 172 | 130 | 62 |
| Binary | 1111 | 11101110 | 11000 | 1011110 | 0 | 1011010 | 111 | 1111010 | 1011000 | 110010 |
Color Harmonies of #0FEE18
Complementary color
Monochromatic Colors of #0FEE18
Black with #0FEE18
Text Example
Text Example
White with #0FEE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEE18; }
p { color: rgb(15,238,24); }
H1.HeaderClassName
{
color: #0FEE18;
}
.AnyTagClassName
{
color: #0FEE18;
}
</style>
background-color css
<style>
a { background-color: #0FEE18; }
a { background-color: rgb(15,238,24); }
div.DivClassName
{
background-color: #0FEE18;
}
.BgClassName
{
background-color: #0FEE18;
}
</style>
border-color css
<style>
span { border-color: #0FEE18; }
span { border-color: rgb(15,238,24); }
td.TdClassName
{
border-color: #0FEE18;
}
.TagClassName
{
border-color: #0FEE18;
}
</style>