Shades of Free Speech Green #0FDA21
Tints of Free Speech Green #0FDA21
RGB
CMYK
RGB Variations
Color information
#0FDA21 (or 0x0FDA21) is known color: Free Speech Green. HEX triplet: 0F, DA and 21. RGB value is (15,218,33). Sum of RGB (Red+Green+Blue) = 15+218+33=266 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.64% from 266); Green value is 218 (85.55% from 255 or 81.95% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 218 - color contains mainly: green. Hex color #0FDA21 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FDA21 is #F025DE. Grayscale: #888888. Windows color (decimal): -15738335 or 2218511. OLE color: 2218511.
HSL color Cylindrical-coordinate representation of color #0FDA21: hue angle of 125.32º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDA21 is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 218 | 33 | - |
| CMYK | 0.93 | 0 | 0.85 | 0.15 |
| HSL | 125.32º | 0.87% | 0.46% | - |
| HSV(B) | 125.32º | 0.93% | 0.85% | - |
| XYZ | 25.54 | 50.35 | 9.81 | - |
| YUV | 136.21 | 69.75 | 41.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 218 | 33 | 0.93 | 0 | 0.85 | 0.15 | 125.32 | 0.87 | 0.46 |
| Hex | F | DA | 21 | 5D | 0 | 55 | F | 7D | 57 | 2E |
| Octal | 17 | 332 | 41 | 135 | 0 | 125 | 17 | 175 | 127 | 56 |
| Binary | 1111 | 11011010 | 100001 | 1011101 | 0 | 1010101 | 1111 | 1111101 | 1010111 | 101110 |
Color Harmonies of #0FDA21
Complementary color
Monochromatic Colors of #0FDA21
Black with #0FDA21
Text Example
Text Example
White with #0FDA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDA21; }
p { color: rgb(15,218,33); }
H1.HeaderClassName
{
color: #0FDA21;
}
.AnyTagClassName
{
color: #0FDA21;
}
</style>
background-color css
<style>
a { background-color: #0FDA21; }
a { background-color: rgb(15,218,33); }
div.DivClassName
{
background-color: #0FDA21;
}
.BgClassName
{
background-color: #0FDA21;
}
</style>
border-color css
<style>
span { border-color: #0FDA21; }
span { border-color: rgb(15,218,33); }
td.TdClassName
{
border-color: #0FDA21;
}
.TagClassName
{
border-color: #0FDA21;
}
</style>