Shades of Free Speech Green #0FFF32
Tints of Free Speech Green #0FFF32
RGB
CMYK
RGB Variations
Color information
#0FFF32 (or 0x0FFF32) is known color: Free Speech Green. HEX triplet: 0F, FF and 32. RGB value is (15,255,50). Sum of RGB (Red+Green+Blue) = 15+255+50=320 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.69% from 320); Green value is 255 (100% from 255 or 79.69% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 255 - color contains mainly: green. Hex color #0FFF32 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FFF32 is #F000CD. Grayscale: #A0A0A0. Windows color (decimal): -15728846 or 3342095. OLE color: 3342095.
HSL color Cylindrical-coordinate representation of color #0FFF32: hue angle of 128.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFF32 is Cyan = 0.94, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 255 | 50 | - |
| CMYK | 0.94 | 0 | 0.80 | 0 |
| HSL | 128.75º | 1% | 0.53% | - |
| HSV(B) | 128.75º | 0.94% | 1% | - |
| XYZ | 36.53 | 71.85 | 14.96 | - |
| YUV | 159.87 | 65.99 | 24.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 255 | 50 | 0.94 | 0 | 0.80 | 0 | 128.75 | 1 | 0.53 |
| Hex | F | FF | 32 | 5E | 0 | 50 | 0 | 81 | 64 | 35 |
| Octal | 17 | 377 | 62 | 136 | 0 | 120 | 0 | 201 | 144 | 65 |
| Binary | 1111 | 11111111 | 110010 | 1011110 | 0 | 1010000 | 0 | 10000001 | 1100100 | 110101 |
Color Harmonies of #0FFF32
Complementary color
Monochromatic Colors of #0FFF32
Black with #0FFF32
Text Example
Text Example
White with #0FFF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFF32; }
p { color: rgb(15,255,50); }
H1.HeaderClassName
{
color: #0FFF32;
}
.AnyTagClassName
{
color: #0FFF32;
}
</style>
background-color css
<style>
a { background-color: #0FFF32; }
a { background-color: rgb(15,255,50); }
div.DivClassName
{
background-color: #0FFF32;
}
.BgClassName
{
background-color: #0FFF32;
}
</style>
border-color css
<style>
span { border-color: #0FFF32; }
span { border-color: rgb(15,255,50); }
td.TdClassName
{
border-color: #0FFF32;
}
.TagClassName
{
border-color: #0FFF32;
}
</style>