Shades of Free Speech Green #0FDF26
Tints of Free Speech Green #0FDF26
RGB
CMYK
RGB Variations
Color information
#0FDF26 (or 0x0FDF26) is known color: Free Speech Green. HEX triplet: 0F, DF and 26. RGB value is (15,223,38). Sum of RGB (Red+Green+Blue) = 15+223+38=276 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.43% from 276); Green value is 223 (87.5% from 255 or 80.80% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 223 - color contains mainly: green. Hex color #0FDF26 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FDF26 is #F020D9. Grayscale: #8C8C8C. Windows color (decimal): -15737050 or 2547471. OLE color: 2547471.
HSL color Cylindrical-coordinate representation of color #0FDF26: hue angle of 126.63º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDF26 is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 223 | 38 | - |
| CMYK | 0.93 | 0 | 0.83 | 0.13 |
| HSL | 126.63º | 0.87% | 0.47% | - |
| HSV(B) | 126.63º | 0.93% | 0.87% | - |
| XYZ | 26.93 | 53.02 | 10.65 | - |
| YUV | 139.72 | 70.59 | 39.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 223 | 38 | 0.93 | 0 | 0.83 | 0.13 | 126.63 | 0.87 | 0.47 |
| Hex | F | DF | 26 | 5D | 0 | 53 | D | 7F | 57 | 2F |
| Octal | 17 | 337 | 46 | 135 | 0 | 123 | 15 | 177 | 127 | 57 |
| Binary | 1111 | 11011111 | 100110 | 1011101 | 0 | 1010011 | 1101 | 1111111 | 1010111 | 101111 |
Color Harmonies of #0FDF26
Complementary color
Monochromatic Colors of #0FDF26
Black with #0FDF26
Text Example
Text Example
White with #0FDF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDF26; }
p { color: rgb(15,223,38); }
H1.HeaderClassName
{
color: #0FDF26;
}
.AnyTagClassName
{
color: #0FDF26;
}
</style>
background-color css
<style>
a { background-color: #0FDF26; }
a { background-color: rgb(15,223,38); }
div.DivClassName
{
background-color: #0FDF26;
}
.BgClassName
{
background-color: #0FDF26;
}
</style>
border-color css
<style>
span { border-color: #0FDF26; }
span { border-color: rgb(15,223,38); }
td.TdClassName
{
border-color: #0FDF26;
}
.TagClassName
{
border-color: #0FDF26;
}
</style>