Shades of Free Speech Green #0FE603
Tints of Free Speech Green #0FE603
RGB
CMYK
RGB Variations
Color information
#0FE603 (or 0x0FE603) is known color: Free Speech Green. HEX triplet: 0F, E6 and 03. RGB value is (15,230,3). Sum of RGB (Red+Green+Blue) = 15+230+3=248 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.05% from 248); Green value is 230 (90.23% from 255 or 92.74% from 248); Blue value is 3 (1.56% from 255 or 1.21% from 248); Max value from RGB is 230 - color contains mainly: green. Hex color #0FE603 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FE603 is #F019FC. Grayscale: #8C8C8C. Windows color (decimal): -15735293 or 255503. OLE color: 255503.
HSL color Cylindrical-coordinate representation of color #0FE603: hue angle of 116.83º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0FE603 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 15 | 230 | 3 | - |
| CMYK | 0.93 | 0 | 0.99 | 0.10 |
| HSL | 116.83º | 0.97% | 0.46% | - |
| HSV(B) | 116.83º | 0.99% | 0.9% | - |
| XYZ | 28.51 | 56.7 | 9.53 | - |
| YUV | 139.84 | 50.77 | 38.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 230 | 3 | 0.93 | 0 | 0.99 | 0.10 | 116.83 | 0.97 | 0.46 |
| Hex | F | E6 | 3 | 5D | 0 | 63 | A | 75 | 61 | 2E |
| Octal | 17 | 346 | 3 | 135 | 0 | 143 | 12 | 165 | 141 | 56 |
| Binary | 1111 | 11100110 | 11 | 1011101 | 0 | 1100011 | 1010 | 1110101 | 1100001 | 101110 |
Color Harmonies of #0FE603
Complementary color
Monochromatic Colors of #0FE603
Black with #0FE603
Text Example
Text Example
White with #0FE603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE603; }
p { color: rgb(15,230,3); }
H1.HeaderClassName
{
color: #0FE603;
}
.AnyTagClassName
{
color: #0FE603;
}
</style>
background-color css
<style>
a { background-color: #0FE603; }
a { background-color: rgb(15,230,3); }
div.DivClassName
{
background-color: #0FE603;
}
.BgClassName
{
background-color: #0FE603;
}
</style>
border-color css
<style>
span { border-color: #0FE603; }
span { border-color: rgb(15,230,3); }
td.TdClassName
{
border-color: #0FE603;
}
.TagClassName
{
border-color: #0FE603;
}
</style>