Shades of Free Speech Green #0FEA02
Tints of Free Speech Green #0FEA02
RGB
CMYK
RGB Variations
Color information
#0FEA02 (or 0x0FEA02) is known color: Free Speech Green. HEX triplet: 0F, EA and 02. RGB value is (15,234,2). Sum of RGB (Red+Green+Blue) = 15+234+2=251 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.98% from 251); Green value is 234 (91.80% from 255 or 93.23% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 234 - color contains mainly: green. Hex color #0FEA02 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FEA02 is #F015FD. Grayscale: #8E8E8E. Windows color (decimal): -15734270 or 190991. OLE color: 190991.
HSL color Cylindrical-coordinate representation of color #0FEA02: hue angle of 116.64º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0FEA02 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 234 | 2 | - |
| CMYK | 0.94 | 0 | 0.99 | 0.08 |
| HSL | 116.64º | 0.98% | 0.46% | - |
| HSV(B) | 116.64º | 0.99% | 0.92% | - |
| XYZ | 29.63 | 58.95 | 9.87 | - |
| YUV | 142.07 | 48.95 | 37.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 234 | 2 | 0.94 | 0 | 0.99 | 0.08 | 116.64 | 0.98 | 0.46 |
| Hex | F | EA | 2 | 5E | 0 | 63 | 8 | 75 | 62 | 2E |
| Octal | 17 | 352 | 2 | 136 | 0 | 143 | 10 | 165 | 142 | 56 |
| Binary | 1111 | 11101010 | 10 | 1011110 | 0 | 1100011 | 1000 | 1110101 | 1100010 | 101110 |
Color Harmonies of #0FEA02
Complementary color
Monochromatic Colors of #0FEA02
Black with #0FEA02
Text Example
Text Example
White with #0FEA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEA02; }
p { color: rgb(15,234,2); }
H1.HeaderClassName
{
color: #0FEA02;
}
.AnyTagClassName
{
color: #0FEA02;
}
</style>
background-color css
<style>
a { background-color: #0FEA02; }
a { background-color: rgb(15,234,2); }
div.DivClassName
{
background-color: #0FEA02;
}
.BgClassName
{
background-color: #0FEA02;
}
</style>
border-color css
<style>
span { border-color: #0FEA02; }
span { border-color: rgb(15,234,2); }
td.TdClassName
{
border-color: #0FEA02;
}
.TagClassName
{
border-color: #0FEA02;
}
</style>