Shades of Free Speech Green #0FD41D
Tints of Free Speech Green #0FD41D
RGB
CMYK
RGB Variations
Color information
#0FD41D (or 0x0FD41D) is known color: Free Speech Green. HEX triplet: 0F, D4 and 1D. RGB value is (15,212,29). Sum of RGB (Red+Green+Blue) = 15+212+29=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 212 (83.20% from 255 or 82.81% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 212 - color contains mainly: green. Hex color #0FD41D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD41D is #F02BE2. Grayscale: #848484. Windows color (decimal): -15739875 or 1954831. OLE color: 1954831.
HSL color Cylindrical-coordinate representation of color #0FD41D: hue angle of 124.26º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD41D is Cyan = 0.93, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 15 | 212 | 29 | - |
| CMYK | 0.93 | 0 | 0.86 | 0.17 |
| HSL | 124.26º | 0.87% | 0.45% | - |
| HSV(B) | 124.26º | 0.93% | 0.83% | - |
| XYZ | 23.96 | 47.28 | 9.02 | - |
| YUV | 132.24 | 69.73 | 44.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 212 | 29 | 0.93 | 0 | 0.86 | 0.17 | 124.26 | 0.87 | 0.45 |
| Hex | F | D4 | 1D | 5D | 0 | 56 | 11 | 7C | 57 | 2D |
| Octal | 17 | 324 | 35 | 135 | 0 | 126 | 21 | 174 | 127 | 55 |
| Binary | 1111 | 11010100 | 11101 | 1011101 | 0 | 1010110 | 10001 | 1111100 | 1010111 | 101101 |
Color Harmonies of #0FD41D
Complementary color
Monochromatic Colors of #0FD41D
Black with #0FD41D
Text Example
Text Example
White with #0FD41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD41D; }
p { color: rgb(15,212,29); }
H1.HeaderClassName
{
color: #0FD41D;
}
.AnyTagClassName
{
color: #0FD41D;
}
</style>
background-color css
<style>
a { background-color: #0FD41D; }
a { background-color: rgb(15,212,29); }
div.DivClassName
{
background-color: #0FD41D;
}
.BgClassName
{
background-color: #0FD41D;
}
</style>
border-color css
<style>
span { border-color: #0FD41D; }
span { border-color: rgb(15,212,29); }
td.TdClassName
{
border-color: #0FD41D;
}
.TagClassName
{
border-color: #0FD41D;
}
</style>