Shades of Free Speech Green #0FE61B
Tints of Free Speech Green #0FE61B
RGB
CMYK
RGB Variations
Color information
#0FE61B (or 0x0FE61B) is known color: Free Speech Green. HEX triplet: 0F, E6 and 1B. RGB value is (15,230,27). Sum of RGB (Red+Green+Blue) = 15+230+27=272 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.51% from 272); Green value is 230 (90.23% from 255 or 84.56% from 272); Blue value is 27 (10.94% from 255 or 9.93% from 272); Max value from RGB is 230 - color contains mainly: green. Hex color #0FE61B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FE61B is #F019E4. Grayscale: #8F8F8F. Windows color (decimal): -15735269 or 1828367. OLE color: 1828367.
HSL color Cylindrical-coordinate representation of color #0FE61B: hue angle of 123.35º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE61B is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 15 | 230 | 27 | - |
| CMYK | 0.93 | 0 | 0.88 | 0.10 |
| HSL | 123.35º | 0.88% | 0.48% | - |
| HSV(B) | 123.35º | 0.93% | 0.9% | - |
| XYZ | 28.69 | 56.77 | 10.48 | - |
| YUV | 142.57 | 62.77 | 37.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 230 | 27 | 0.93 | 0 | 0.88 | 0.10 | 123.35 | 0.88 | 0.48 |
| Hex | F | E6 | 1B | 5D | 0 | 58 | A | 7B | 58 | 30 |
| Octal | 17 | 346 | 33 | 135 | 0 | 130 | 12 | 173 | 130 | 60 |
| Binary | 1111 | 11100110 | 11011 | 1011101 | 0 | 1011000 | 1010 | 1111011 | 1011000 | 110000 |
Color Harmonies of #0FE61B
Complementary color
Monochromatic Colors of #0FE61B
Black with #0FE61B
Text Example
Text Example
White with #0FE61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE61B; }
p { color: rgb(15,230,27); }
H1.HeaderClassName
{
color: #0FE61B;
}
.AnyTagClassName
{
color: #0FE61B;
}
</style>
background-color css
<style>
a { background-color: #0FE61B; }
a { background-color: rgb(15,230,27); }
div.DivClassName
{
background-color: #0FE61B;
}
.BgClassName
{
background-color: #0FE61B;
}
</style>
border-color css
<style>
span { border-color: #0FE61B; }
span { border-color: rgb(15,230,27); }
td.TdClassName
{
border-color: #0FE61B;
}
.TagClassName
{
border-color: #0FE61B;
}
</style>