Shades of Free Speech Green #0FDA05
Tints of Free Speech Green #0FDA05
RGB
CMYK
RGB Variations
Color information
#0FDA05 (or 0x0FDA05) is known color: Free Speech Green. HEX triplet: 0F, DA and 05. RGB value is (15,218,5). Sum of RGB (Red+Green+Blue) = 15+218+5=238 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.30% from 238); Green value is 218 (85.55% from 255 or 91.60% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 218 - color contains mainly: green. Hex color #0FDA05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FDA05 is #F025FA. Grayscale: #858585. Windows color (decimal): -15738363 or 383503. OLE color: 383503.
HSL color Cylindrical-coordinate representation of color #0FDA05: hue angle of 117.18º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0FDA05 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 218 | 5 | - |
| CMYK | 0.93 | 0 | 0.98 | 0.15 |
| HSL | 117.18º | 0.96% | 0.44% | - |
| HSV(B) | 117.18º | 0.98% | 0.85% | - |
| XYZ | 25.3 | 50.26 | 8.51 | - |
| YUV | 133.02 | 55.75 | 43.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 218 | 5 | 0.93 | 0 | 0.98 | 0.15 | 117.18 | 0.96 | 0.44 |
| Hex | F | DA | 5 | 5D | 0 | 62 | F | 75 | 60 | 2C |
| Octal | 17 | 332 | 5 | 135 | 0 | 142 | 17 | 165 | 140 | 54 |
| Binary | 1111 | 11011010 | 101 | 1011101 | 0 | 1100010 | 1111 | 1110101 | 1100000 | 101100 |
Color Harmonies of #0FDA05
Complementary color
Monochromatic Colors of #0FDA05
Black with #0FDA05
Text Example
Text Example
White with #0FDA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDA05; }
p { color: rgb(15,218,5); }
H1.HeaderClassName
{
color: #0FDA05;
}
.AnyTagClassName
{
color: #0FDA05;
}
</style>
background-color css
<style>
a { background-color: #0FDA05; }
a { background-color: rgb(15,218,5); }
div.DivClassName
{
background-color: #0FDA05;
}
.BgClassName
{
background-color: #0FDA05;
}
</style>
border-color css
<style>
span { border-color: #0FDA05; }
span { border-color: rgb(15,218,5); }
td.TdClassName
{
border-color: #0FDA05;
}
.TagClassName
{
border-color: #0FDA05;
}
</style>