Shades of Free Speech Green #0FDA02
Tints of Free Speech Green #0FDA02
RGB
CMYK
RGB Variations
Color information
#0FDA02 (or 0x0FDA02) is known color: Free Speech Green. HEX triplet: 0F, DA and 02. RGB value is (15,218,2). Sum of RGB (Red+Green+Blue) = 15+218+2=235 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.38% from 235); Green value is 218 (85.55% from 255 or 92.77% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 218 - color contains mainly: green. Hex color #0FDA02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FDA02 is #F025FD. Grayscale: #858585. Windows color (decimal): -15738366 or 186895. OLE color: 186895.
HSL color Cylindrical-coordinate representation of color #0FDA02: hue angle of 116.39º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0FDA02 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 218 | 2 | - |
| CMYK | 0.93 | 0 | 0.99 | 0.15 |
| HSL | 116.39º | 0.98% | 0.43% | - |
| HSV(B) | 116.39º | 0.99% | 0.85% | - |
| XYZ | 25.28 | 50.25 | 8.42 | - |
| YUV | 132.68 | 54.25 | 44.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 218 | 2 | 0.93 | 0 | 0.99 | 0.15 | 116.39 | 0.98 | 0.43 |
| Hex | F | DA | 2 | 5D | 0 | 63 | F | 74 | 62 | 2B |
| Octal | 17 | 332 | 2 | 135 | 0 | 143 | 17 | 164 | 142 | 53 |
| Binary | 1111 | 11011010 | 10 | 1011101 | 0 | 1100011 | 1111 | 1110100 | 1100010 | 101011 |
Color Harmonies of #0FDA02
Complementary color
Monochromatic Colors of #0FDA02
Black with #0FDA02
Text Example
Text Example
White with #0FDA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDA02; }
p { color: rgb(15,218,2); }
H1.HeaderClassName
{
color: #0FDA02;
}
.AnyTagClassName
{
color: #0FDA02;
}
</style>
background-color css
<style>
a { background-color: #0FDA02; }
a { background-color: rgb(15,218,2); }
div.DivClassName
{
background-color: #0FDA02;
}
.BgClassName
{
background-color: #0FDA02;
}
</style>
border-color css
<style>
span { border-color: #0FDA02; }
span { border-color: rgb(15,218,2); }
td.TdClassName
{
border-color: #0FDA02;
}
.TagClassName
{
border-color: #0FDA02;
}
</style>