Shades of Free Speech Green #0FF823
Tints of Free Speech Green #0FF823
RGB
CMYK
RGB Variations
Color information
#0FF823 (or 0x0FF823) is known color: Free Speech Green. HEX triplet: 0F, F8 and 23. RGB value is (15,248,35). Sum of RGB (Red+Green+Blue) = 15+248+35=298 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.03% from 298); Green value is 248 (97.27% from 255 or 83.22% from 298); Blue value is 35 (14.06% from 255 or 11.74% from 298); Max value from RGB is 248 - color contains mainly: green. Hex color #0FF823 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FF823 is #F007DC. Grayscale: #9A9A9A. Windows color (decimal): -15730653 or 2357263. OLE color: 2357263.
HSL color Cylindrical-coordinate representation of color #0FF823: hue angle of 125.15º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF823 is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 15 | 248 | 35 | - |
| CMYK | 0.94 | 0 | 0.86 | 0.03 |
| HSL | 125.15º | 0.94% | 0.52% | - |
| HSV(B) | 125.15º | 0.94% | 0.97% | - |
| XYZ | 34.07 | 67.36 | 12.8 | - |
| YUV | 154.05 | 60.81 | 28.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 248 | 35 | 0.94 | 0 | 0.86 | 0.03 | 125.15 | 0.94 | 0.52 |
| Hex | F | F8 | 23 | 5E | 0 | 56 | 3 | 7D | 5E | 34 |
| Octal | 17 | 370 | 43 | 136 | 0 | 126 | 3 | 175 | 136 | 64 |
| Binary | 1111 | 11111000 | 100011 | 1011110 | 0 | 1010110 | 11 | 1111101 | 1011110 | 110100 |
Color Harmonies of #0FF823
Complementary color
Monochromatic Colors of #0FF823
Black with #0FF823
Text Example
Text Example
White with #0FF823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF823; }
p { color: rgb(15,248,35); }
H1.HeaderClassName
{
color: #0FF823;
}
.AnyTagClassName
{
color: #0FF823;
}
</style>
background-color css
<style>
a { background-color: #0FF823; }
a { background-color: rgb(15,248,35); }
div.DivClassName
{
background-color: #0FF823;
}
.BgClassName
{
background-color: #0FF823;
}
</style>
border-color css
<style>
span { border-color: #0FF823; }
span { border-color: rgb(15,248,35); }
td.TdClassName
{
border-color: #0FF823;
}
.TagClassName
{
border-color: #0FF823;
}
</style>