Shades of Free Speech Green #0FFD26
Tints of Free Speech Green #0FFD26
RGB
CMYK
RGB Variations
Color information
#0FFD26 (or 0x0FFD26) is known color: Free Speech Green. HEX triplet: 0F, FD and 26. RGB value is (15,253,38). Sum of RGB (Red+Green+Blue) = 15+253+38=306 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.90% from 306); Green value is 253 (99.22% from 255 or 82.68% from 306); Blue value is 38 (15.23% from 255 or 12.42% from 306); Max value from RGB is 253 - color contains mainly: green. Hex color #0FFD26 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FFD26 is #F002D9. Grayscale: #9D9D9D. Windows color (decimal): -15729370 or 2555151. OLE color: 2555151.
HSL color Cylindrical-coordinate representation of color #0FFD26: hue angle of 125.8º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFD26 is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 253 | 38 | - |
| CMYK | 0.94 | 0 | 0.85 | 0.01 |
| HSL | 125.8º | 0.98% | 0.53% | - |
| HSV(B) | 125.8º | 0.94% | 0.99% | - |
| XYZ | 35.67 | 70.49 | 13.56 | - |
| YUV | 157.33 | 60.65 | 26.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 253 | 38 | 0.94 | 0 | 0.85 | 0.01 | 125.8 | 0.98 | 0.53 |
| Hex | F | FD | 26 | 5E | 0 | 55 | 1 | 7E | 62 | 35 |
| Octal | 17 | 375 | 46 | 136 | 0 | 125 | 1 | 176 | 142 | 65 |
| Binary | 1111 | 11111101 | 100110 | 1011110 | 0 | 1010101 | 1 | 1111110 | 1100010 | 110101 |
Color Harmonies of #0FFD26
Complementary color
Monochromatic Colors of #0FFD26
Black with #0FFD26
Text Example
Text Example
White with #0FFD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFD26; }
p { color: rgb(15,253,38); }
H1.HeaderClassName
{
color: #0FFD26;
}
.AnyTagClassName
{
color: #0FFD26;
}
</style>
background-color css
<style>
a { background-color: #0FFD26; }
a { background-color: rgb(15,253,38); }
div.DivClassName
{
background-color: #0FFD26;
}
.BgClassName
{
background-color: #0FFD26;
}
</style>
border-color css
<style>
span { border-color: #0FFD26; }
span { border-color: rgb(15,253,38); }
td.TdClassName
{
border-color: #0FFD26;
}
.TagClassName
{
border-color: #0FFD26;
}
</style>