Shades of Free Speech Green #0FDD22
Tints of Free Speech Green #0FDD22
RGB
CMYK
RGB Variations
Color information
#0FDD22 (or 0x0FDD22) is known color: Free Speech Green. HEX triplet: 0F, DD and 22. RGB value is (15,221,34). Sum of RGB (Red+Green+Blue) = 15+221+34=270 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.56% from 270); Green value is 221 (86.72% from 255 or 81.85% from 270); Blue value is 34 (13.67% from 255 or 12.59% from 270); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDD22 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FDD22 is #F022DD. Grayscale: #8A8A8A. Windows color (decimal): -15737566 or 2284815. OLE color: 2284815.
HSL color Cylindrical-coordinate representation of color #0FDD22: hue angle of 125.53º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDD22 is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 221 | 34 | - |
| CMYK | 0.93 | 0 | 0.85 | 0.13 |
| HSL | 125.53º | 0.87% | 0.46% | - |
| HSV(B) | 125.53º | 0.93% | 0.87% | - |
| XYZ | 26.34 | 51.93 | 10.15 | - |
| YUV | 138.09 | 69.25 | 40.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 221 | 34 | 0.93 | 0 | 0.85 | 0.13 | 125.53 | 0.87 | 0.46 |
| Hex | F | DD | 22 | 5D | 0 | 55 | D | 7E | 57 | 2E |
| Octal | 17 | 335 | 42 | 135 | 0 | 125 | 15 | 176 | 127 | 56 |
| Binary | 1111 | 11011101 | 100010 | 1011101 | 0 | 1010101 | 1101 | 1111110 | 1010111 | 101110 |
Color Harmonies of #0FDD22
Complementary color
Monochromatic Colors of #0FDD22
Black with #0FDD22
Text Example
Text Example
White with #0FDD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDD22; }
p { color: rgb(15,221,34); }
H1.HeaderClassName
{
color: #0FDD22;
}
.AnyTagClassName
{
color: #0FDD22;
}
</style>
background-color css
<style>
a { background-color: #0FDD22; }
a { background-color: rgb(15,221,34); }
div.DivClassName
{
background-color: #0FDD22;
}
.BgClassName
{
background-color: #0FDD22;
}
</style>
border-color css
<style>
span { border-color: #0FDD22; }
span { border-color: rgb(15,221,34); }
td.TdClassName
{
border-color: #0FDD22;
}
.TagClassName
{
border-color: #0FDD22;
}
</style>