Shades of Free Speech Green #0FD502
Tints of Free Speech Green #0FD502
RGB
CMYK
RGB Variations
Color information
#0FD502 (or 0x0FD502) is known color: Free Speech Green. HEX triplet: 0F, D5 and 02. RGB value is (15,213,2). Sum of RGB (Red+Green+Blue) = 15+213+2=230 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.52% from 230); Green value is 213 (83.59% from 255 or 92.61% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 213 - color contains mainly: green. Hex color #0FD502 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FD502 is #F02AFD. Grayscale: #828282. Windows color (decimal): -15739646 or 185615. OLE color: 185615.
HSL color Cylindrical-coordinate representation of color #0FD502: hue angle of 116.3º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0FD502 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 213 | 2 | - |
| CMYK | 0.93 | 0 | 0.99 | 0.16 |
| HSL | 116.3º | 0.98% | 0.42% | - |
| HSV(B) | 116.3º | 0.99% | 0.84% | - |
| XYZ | 24 | 47.69 | 8 | - |
| YUV | 129.74 | 55.9 | 46.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 213 | 2 | 0.93 | 0 | 0.99 | 0.16 | 116.3 | 0.98 | 0.42 |
| Hex | F | D5 | 2 | 5D | 0 | 63 | 10 | 74 | 62 | 2A |
| Octal | 17 | 325 | 2 | 135 | 0 | 143 | 20 | 164 | 142 | 52 |
| Binary | 1111 | 11010101 | 10 | 1011101 | 0 | 1100011 | 10000 | 1110100 | 1100010 | 101010 |
Color Harmonies of #0FD502
Complementary color
Monochromatic Colors of #0FD502
Black with #0FD502
Text Example
Text Example
White with #0FD502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD502; }
p { color: rgb(15,213,2); }
H1.HeaderClassName
{
color: #0FD502;
}
.AnyTagClassName
{
color: #0FD502;
}
</style>
background-color css
<style>
a { background-color: #0FD502; }
a { background-color: rgb(15,213,2); }
div.DivClassName
{
background-color: #0FD502;
}
.BgClassName
{
background-color: #0FD502;
}
</style>
border-color css
<style>
span { border-color: #0FD502; }
span { border-color: rgb(15,213,2); }
td.TdClassName
{
border-color: #0FD502;
}
.TagClassName
{
border-color: #0FD502;
}
</style>