Shades of Free Speech Green #0FD41A
Tints of Free Speech Green #0FD41A
RGB
CMYK
RGB Variations
Color information
#0FD41A (or 0x0FD41A) is known color: Free Speech Green. HEX triplet: 0F, D4 and 1A. RGB value is (15,212,26). Sum of RGB (Red+Green+Blue) = 15+212+26=253 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.93% from 253); Green value is 212 (83.20% from 255 or 83.79% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 212 - color contains mainly: green. Hex color #0FD41A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD41A is #F02BE5. Grayscale: #848484. Windows color (decimal): -15739878 or 1758223. OLE color: 1758223.
HSL color Cylindrical-coordinate representation of color #0FD41A: hue angle of 123.35º 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 #0FD41A is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 15 | 212 | 26 | - |
| CMYK | 0.93 | 0 | 0.88 | 0.17 |
| HSL | 123.35º | 0.87% | 0.45% | - |
| HSV(B) | 123.35º | 0.93% | 0.83% | - |
| XYZ | 23.93 | 47.26 | 8.84 | - |
| YUV | 131.89 | 68.23 | 44.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 212 | 26 | 0.93 | 0 | 0.88 | 0.17 | 123.35 | 0.87 | 0.45 |
| Hex | F | D4 | 1A | 5D | 0 | 58 | 11 | 7B | 57 | 2D |
| Octal | 17 | 324 | 32 | 135 | 0 | 130 | 21 | 173 | 127 | 55 |
| Binary | 1111 | 11010100 | 11010 | 1011101 | 0 | 1011000 | 10001 | 1111011 | 1010111 | 101101 |
Color Harmonies of #0FD41A
Complementary color
Monochromatic Colors of #0FD41A
Black with #0FD41A
Text Example
Text Example
White with #0FD41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD41A; }
p { color: rgb(15,212,26); }
H1.HeaderClassName
{
color: #0FD41A;
}
.AnyTagClassName
{
color: #0FD41A;
}
</style>
background-color css
<style>
a { background-color: #0FD41A; }
a { background-color: rgb(15,212,26); }
div.DivClassName
{
background-color: #0FD41A;
}
.BgClassName
{
background-color: #0FD41A;
}
</style>
border-color css
<style>
span { border-color: #0FD41A; }
span { border-color: rgb(15,212,26); }
td.TdClassName
{
border-color: #0FD41A;
}
.TagClassName
{
border-color: #0FD41A;
}
</style>