Shades of Free Speech Green #0FDF2A
Tints of Free Speech Green #0FDF2A
RGB
CMYK
RGB Variations
Color information
#0FDF2A (or 0x0FDF2A) is known color: Free Speech Green. HEX triplet: 0F, DF and 2A. RGB value is (15,223,42). Sum of RGB (Red+Green+Blue) = 15+223+42=280 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.36% from 280); Green value is 223 (87.5% from 255 or 79.64% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 223 - color contains mainly: green. Hex color #0FDF2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FDF2A is #F020D5. Grayscale: #8C8C8C. Windows color (decimal): -15737046 or 2809615. OLE color: 2809615.
HSL color Cylindrical-coordinate representation of color #0FDF2A: hue angle of 127.79º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDF2A is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 223 | 42 | - |
| CMYK | 0.93 | 0 | 0.81 | 0.13 |
| HSL | 127.79º | 0.87% | 0.47% | - |
| HSV(B) | 127.79º | 0.93% | 0.87% | - |
| XYZ | 27 | 53.04 | 11.01 | - |
| YUV | 140.17 | 72.59 | 38.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 223 | 42 | 0.93 | 0 | 0.81 | 0.13 | 127.79 | 0.87 | 0.47 |
| Hex | F | DF | 2A | 5D | 0 | 51 | D | 80 | 57 | 2F |
| Octal | 17 | 337 | 52 | 135 | 0 | 121 | 15 | 200 | 127 | 57 |
| Binary | 1111 | 11011111 | 101010 | 1011101 | 0 | 1010001 | 1101 | 10000000 | 1010111 | 101111 |
Color Harmonies of #0FDF2A
Complementary color
Monochromatic Colors of #0FDF2A
Black with #0FDF2A
Text Example
Text Example
White with #0FDF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDF2A; }
p { color: rgb(15,223,42); }
H1.HeaderClassName
{
color: #0FDF2A;
}
.AnyTagClassName
{
color: #0FDF2A;
}
</style>
background-color css
<style>
a { background-color: #0FDF2A; }
a { background-color: rgb(15,223,42); }
div.DivClassName
{
background-color: #0FDF2A;
}
.BgClassName
{
background-color: #0FDF2A;
}
</style>
border-color css
<style>
span { border-color: #0FDF2A; }
span { border-color: rgb(15,223,42); }
td.TdClassName
{
border-color: #0FDF2A;
}
.TagClassName
{
border-color: #0FDF2A;
}
</style>