Shades of Free Speech Green #0FE21A
Tints of Free Speech Green #0FE21A
RGB
CMYK
RGB Variations
Color information
#0FE21A (or 0x0FE21A) is known color: Free Speech Green. HEX triplet: 0F, E2 and 1A. RGB value is (15,226,26). Sum of RGB (Red+Green+Blue) = 15+226+26=267 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.62% from 267); Green value is 226 (88.67% from 255 or 84.64% from 267); Blue value is 26 (10.55% from 255 or 9.74% from 267); Max value from RGB is 226 - color contains mainly: green. Hex color #0FE21A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FE21A is #F01DE5. Grayscale: #8C8C8C. Windows color (decimal): -15736294 or 1761807. OLE color: 1761807.
HSL color Cylindrical-coordinate representation of color #0FE21A: hue angle of 123.13º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE21A is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 226 | 26 | - |
| CMYK | 0.93 | 0 | 0.88 | 0.11 |
| HSL | 123.13º | 0.88% | 0.47% | - |
| HSV(B) | 123.13º | 0.93% | 0.89% | - |
| XYZ | 27.58 | 54.57 | 10.06 | - |
| YUV | 140.11 | 63.6 | 38.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 226 | 26 | 0.93 | 0 | 0.88 | 0.11 | 123.13 | 0.88 | 0.47 |
| Hex | F | E2 | 1A | 5D | 0 | 58 | B | 7B | 58 | 2F |
| Octal | 17 | 342 | 32 | 135 | 0 | 130 | 13 | 173 | 130 | 57 |
| Binary | 1111 | 11100010 | 11010 | 1011101 | 0 | 1011000 | 1011 | 1111011 | 1011000 | 101111 |
Color Harmonies of #0FE21A
Complementary color
Monochromatic Colors of #0FE21A
Black with #0FE21A
Text Example
Text Example
White with #0FE21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE21A; }
p { color: rgb(15,226,26); }
H1.HeaderClassName
{
color: #0FE21A;
}
.AnyTagClassName
{
color: #0FE21A;
}
</style>
background-color css
<style>
a { background-color: #0FE21A; }
a { background-color: rgb(15,226,26); }
div.DivClassName
{
background-color: #0FE21A;
}
.BgClassName
{
background-color: #0FE21A;
}
</style>
border-color css
<style>
span { border-color: #0FE21A; }
span { border-color: rgb(15,226,26); }
td.TdClassName
{
border-color: #0FE21A;
}
.TagClassName
{
border-color: #0FE21A;
}
</style>