Shades of Free Speech Green #0FE502
Tints of Free Speech Green #0FE502
RGB
CMYK
RGB Variations
Color information
#0FE502 (or 0x0FE502) is known color: Free Speech Green. HEX triplet: 0F, E5 and 02. RGB value is (15,229,2). Sum of RGB (Red+Green+Blue) = 15+229+2=246 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.10% from 246); Green value is 229 (89.84% from 255 or 93.09% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 229 - color contains mainly: green. Hex color #0FE502 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FE502 is #F01AFD. Grayscale: #8B8B8B. Windows color (decimal): -15735550 or 189711. OLE color: 189711.
HSL color Cylindrical-coordinate representation of color #0FE502: hue angle of 116.56º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0FE502 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 15 | 229 | 2 | - |
| CMYK | 0.93 | 0 | 0.99 | 0.10 |
| HSL | 116.56º | 0.98% | 0.45% | - |
| HSV(B) | 116.56º | 0.99% | 0.9% | - |
| XYZ | 28.23 | 56.14 | 9.41 | - |
| YUV | 139.14 | 50.6 | 39.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 229 | 2 | 0.93 | 0 | 0.99 | 0.10 | 116.56 | 0.98 | 0.45 |
| Hex | F | E5 | 2 | 5D | 0 | 63 | A | 75 | 62 | 2D |
| Octal | 17 | 345 | 2 | 135 | 0 | 143 | 12 | 165 | 142 | 55 |
| Binary | 1111 | 11100101 | 10 | 1011101 | 0 | 1100011 | 1010 | 1110101 | 1100010 | 101101 |
Color Harmonies of #0FE502
Complementary color
Monochromatic Colors of #0FE502
Black with #0FE502
Text Example
Text Example
White with #0FE502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE502; }
p { color: rgb(15,229,2); }
H1.HeaderClassName
{
color: #0FE502;
}
.AnyTagClassName
{
color: #0FE502;
}
</style>
background-color css
<style>
a { background-color: #0FE502; }
a { background-color: rgb(15,229,2); }
div.DivClassName
{
background-color: #0FE502;
}
.BgClassName
{
background-color: #0FE502;
}
</style>
border-color css
<style>
span { border-color: #0FE502; }
span { border-color: rgb(15,229,2); }
td.TdClassName
{
border-color: #0FE502;
}
.TagClassName
{
border-color: #0FE502;
}
</style>