Shades of Free Speech Green #0FF306
Tints of Free Speech Green #0FF306
RGB
CMYK
RGB Variations
Color information
#0FF306 (or 0x0FF306) is known color: Free Speech Green. HEX triplet: 0F, F3 and 06. RGB value is (15,243,6). Sum of RGB (Red+Green+Blue) = 15+243+6=264 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.68% from 264); Green value is 243 (95.31% from 255 or 92.05% from 264); Blue value is 6 (2.73% from 255 or 2.27% from 264); Max value from RGB is 243 - color contains mainly: green. Hex color #0FF306 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FF306 is #F00CF9. Grayscale: #949494. Windows color (decimal): -15731962 or 455439. OLE color: 455439.
HSL color Cylindrical-coordinate representation of color #0FF306: hue angle of 117.72º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0FF306 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 243 | 6 | - |
| CMYK | 0.94 | 0 | 0.98 | 0.05 |
| HSL | 117.72º | 0.95% | 0.49% | - |
| HSV(B) | 117.72º | 0.98% | 0.95% | - |
| XYZ | 32.28 | 64.22 | 10.87 | - |
| YUV | 147.81 | 47.96 | 33.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 243 | 6 | 0.94 | 0 | 0.98 | 0.05 | 117.72 | 0.95 | 0.49 |
| Hex | F | F3 | 6 | 5E | 0 | 62 | 5 | 76 | 5F | 31 |
| Octal | 17 | 363 | 6 | 136 | 0 | 142 | 5 | 166 | 137 | 61 |
| Binary | 1111 | 11110011 | 110 | 1011110 | 0 | 1100010 | 101 | 1110110 | 1011111 | 110001 |
Color Harmonies of #0FF306
Complementary color
Monochromatic Colors of #0FF306
Black with #0FF306
Text Example
Text Example
White with #0FF306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF306; }
p { color: rgb(15,243,6); }
H1.HeaderClassName
{
color: #0FF306;
}
.AnyTagClassName
{
color: #0FF306;
}
</style>
background-color css
<style>
a { background-color: #0FF306; }
a { background-color: rgb(15,243,6); }
div.DivClassName
{
background-color: #0FF306;
}
.BgClassName
{
background-color: #0FF306;
}
</style>
border-color css
<style>
span { border-color: #0FF306; }
span { border-color: rgb(15,243,6); }
td.TdClassName
{
border-color: #0FF306;
}
.TagClassName
{
border-color: #0FF306;
}
</style>