Shades of Free Speech Green #0FFF2A
Tints of Free Speech Green #0FFF2A
RGB
CMYK
RGB Variations
Color information
#0FFF2A (or 0x0FFF2A) is known color: Free Speech Green. HEX triplet: 0F, FF and 2A. RGB value is (15,255,42). Sum of RGB (Red+Green+Blue) = 15+255+42=312 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.81% from 312); Green value is 255 (100% from 255 or 81.73% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 255 - color contains mainly: green. Hex color #0FFF2A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FFF2A is #F000D5. Grayscale: #9F9F9F. Windows color (decimal): -15728854 or 2817807. OLE color: 2817807.
HSL color Cylindrical-coordinate representation of color #0FFF2A: hue angle of 126.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 #0FFF2A is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 255 | 42 | - |
| CMYK | 0.94 | 0 | 0.84 | 0 |
| HSL | 126.75º | 1% | 0.53% | - |
| HSV(B) | 126.75º | 0.94% | 1% | - |
| XYZ | 36.37 | 71.79 | 14.13 | - |
| YUV | 158.96 | 61.99 | 25.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 255 | 42 | 0.94 | 0 | 0.84 | 0 | 126.75 | 1 | 0.53 |
| Hex | F | FF | 2A | 5E | 0 | 54 | 0 | 7F | 64 | 35 |
| Octal | 17 | 377 | 52 | 136 | 0 | 124 | 0 | 177 | 144 | 65 |
| Binary | 1111 | 11111111 | 101010 | 1011110 | 0 | 1010100 | 0 | 1111111 | 1100100 | 110101 |
Color Harmonies of #0FFF2A
Complementary color
Monochromatic Colors of #0FFF2A
Black with #0FFF2A
Text Example
Text Example
White with #0FFF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFF2A; }
p { color: rgb(15,255,42); }
H1.HeaderClassName
{
color: #0FFF2A;
}
.AnyTagClassName
{
color: #0FFF2A;
}
</style>
background-color css
<style>
a { background-color: #0FFF2A; }
a { background-color: rgb(15,255,42); }
div.DivClassName
{
background-color: #0FFF2A;
}
.BgClassName
{
background-color: #0FFF2A;
}
</style>
border-color css
<style>
span { border-color: #0FFF2A; }
span { border-color: rgb(15,255,42); }
td.TdClassName
{
border-color: #0FFF2A;
}
.TagClassName
{
border-color: #0FFF2A;
}
</style>