Shades of Free Speech Green #0FFD29
Tints of Free Speech Green #0FFD29
RGB
CMYK
RGB Variations
Color information
#0FFD29 (or 0x0FFD29) is known color: Free Speech Green. HEX triplet: 0F, FD and 29. RGB value is (15,253,41). Sum of RGB (Red+Green+Blue) = 15+253+41=309 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.85% from 309); Green value is 253 (99.22% from 255 or 81.88% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 253 - color contains mainly: green. Hex color #0FFD29 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FFD29 is #F002D6. Grayscale: #9E9E9E. Windows color (decimal): -15729367 or 2751759. OLE color: 2751759.
HSL color Cylindrical-coordinate representation of color #0FFD29: hue angle of 126.55º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFD29 is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 253 | 41 | - |
| CMYK | 0.94 | 0 | 0.84 | 0.01 |
| HSL | 126.55º | 0.98% | 0.53% | - |
| HSV(B) | 126.55º | 0.94% | 0.99% | - |
| XYZ | 35.72 | 70.51 | 13.83 | - |
| YUV | 157.67 | 62.15 | 26.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 253 | 41 | 0.94 | 0 | 0.84 | 0.01 | 126.55 | 0.98 | 0.53 |
| Hex | F | FD | 29 | 5E | 0 | 54 | 1 | 7F | 62 | 35 |
| Octal | 17 | 375 | 51 | 136 | 0 | 124 | 1 | 177 | 142 | 65 |
| Binary | 1111 | 11111101 | 101001 | 1011110 | 0 | 1010100 | 1 | 1111111 | 1100010 | 110101 |
Color Harmonies of #0FFD29
Complementary color
Monochromatic Colors of #0FFD29
Black with #0FFD29
Text Example
Text Example
White with #0FFD29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFD29; }
p { color: rgb(15,253,41); }
H1.HeaderClassName
{
color: #0FFD29;
}
.AnyTagClassName
{
color: #0FFD29;
}
</style>
background-color css
<style>
a { background-color: #0FFD29; }
a { background-color: rgb(15,253,41); }
div.DivClassName
{
background-color: #0FFD29;
}
.BgClassName
{
background-color: #0FFD29;
}
</style>
border-color css
<style>
span { border-color: #0FFD29; }
span { border-color: rgb(15,253,41); }
td.TdClassName
{
border-color: #0FFD29;
}
.TagClassName
{
border-color: #0FFD29;
}
</style>