Shades of Free Speech Green #0FD20B
Tints of Free Speech Green #0FD20B
RGB
CMYK
RGB Variations
Color information
#0FD20B (or 0x0FD20B) is known color: Free Speech Green. HEX triplet: 0F, D2 and 0B. RGB value is (15,210,11). Sum of RGB (Red+Green+Blue) = 15+210+11=236 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.36% from 236); Green value is 210 (82.42% from 255 or 88.98% from 236); Blue value is 11 (4.69% from 255 or 4.66% from 236); Max value from RGB is 210 - color contains mainly: green. Hex color #0FD20B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FD20B is #F02DF4. Grayscale: #818181. Windows color (decimal): -15740405 or 774671. OLE color: 774671.
HSL color Cylindrical-coordinate representation of color #0FD20B: hue angle of 118.79º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0FD20B is Cyan = 0.93, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 15 | 210 | 11 | - |
| CMYK | 0.93 | 0 | 0.95 | 0.18 |
| HSL | 118.79º | 0.9% | 0.43% | - |
| HSV(B) | 118.79º | 0.95% | 0.82% | - |
| XYZ | 23.3 | 46.22 | 8.01 | - |
| YUV | 129.01 | 61.4 | 46.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 210 | 11 | 0.93 | 0 | 0.95 | 0.18 | 118.79 | 0.9 | 0.43 |
| Hex | F | D2 | B | 5D | 0 | 5F | 12 | 77 | 5A | 2B |
| Octal | 17 | 322 | 13 | 135 | 0 | 137 | 22 | 167 | 132 | 53 |
| Binary | 1111 | 11010010 | 1011 | 1011101 | 0 | 1011111 | 10010 | 1110111 | 1011010 | 101011 |
Color Harmonies of #0FD20B
Complementary color
Monochromatic Colors of #0FD20B
Black with #0FD20B
Text Example
Text Example
White with #0FD20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD20B; }
p { color: rgb(15,210,11); }
H1.HeaderClassName
{
color: #0FD20B;
}
.AnyTagClassName
{
color: #0FD20B;
}
</style>
background-color css
<style>
a { background-color: #0FD20B; }
a { background-color: rgb(15,210,11); }
div.DivClassName
{
background-color: #0FD20B;
}
.BgClassName
{
background-color: #0FD20B;
}
</style>
border-color css
<style>
span { border-color: #0FD20B; }
span { border-color: rgb(15,210,11); }
td.TdClassName
{
border-color: #0FD20B;
}
.TagClassName
{
border-color: #0FD20B;
}
</style>