Shades of Free Speech Green #0FF423
Tints of Free Speech Green #0FF423
RGB
CMYK
RGB Variations
Color information
#0FF423 (or 0x0FF423) is known color: Free Speech Green. HEX triplet: 0F, F4 and 23. RGB value is (15,244,35). Sum of RGB (Red+Green+Blue) = 15+244+35=294 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.10% from 294); Green value is 244 (95.70% from 255 or 82.99% from 294); Blue value is 35 (14.06% from 255 or 11.90% from 294); Max value from RGB is 244 - color contains mainly: green. Hex color #0FF423 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FF423 is #F00BDC. Grayscale: #989898. Windows color (decimal): -15731677 or 2356239. OLE color: 2356239.
HSL color Cylindrical-coordinate representation of color #0FF423: hue angle of 125.24º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF423 is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 15 | 244 | 35 | - |
| CMYK | 0.94 | 0 | 0.86 | 0.04 |
| HSL | 125.24º | 0.91% | 0.51% | - |
| HSV(B) | 125.24º | 0.94% | 0.96% | - |
| XYZ | 32.85 | 64.92 | 12.39 | - |
| YUV | 151.7 | 62.13 | 30.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 244 | 35 | 0.94 | 0 | 0.86 | 0.04 | 125.24 | 0.91 | 0.51 |
| Hex | F | F4 | 23 | 5E | 0 | 56 | 4 | 7D | 5B | 33 |
| Octal | 17 | 364 | 43 | 136 | 0 | 126 | 4 | 175 | 133 | 63 |
| Binary | 1111 | 11110100 | 100011 | 1011110 | 0 | 1010110 | 100 | 1111101 | 1011011 | 110011 |
Color Harmonies of #0FF423
Complementary color
Monochromatic Colors of #0FF423
Black with #0FF423
Text Example
Text Example
White with #0FF423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF423; }
p { color: rgb(15,244,35); }
H1.HeaderClassName
{
color: #0FF423;
}
.AnyTagClassName
{
color: #0FF423;
}
</style>
background-color css
<style>
a { background-color: #0FF423; }
a { background-color: rgb(15,244,35); }
div.DivClassName
{
background-color: #0FF423;
}
.BgClassName
{
background-color: #0FF423;
}
</style>
border-color css
<style>
span { border-color: #0FF423; }
span { border-color: rgb(15,244,35); }
td.TdClassName
{
border-color: #0FF423;
}
.TagClassName
{
border-color: #0FF423;
}
</style>