Shades of Free Speech Green #0FF928
Tints of Free Speech Green #0FF928
RGB
CMYK
RGB Variations
Color information
#0FF928 (or 0x0FF928) is known color: Free Speech Green. HEX triplet: 0F, F9 and 28. RGB value is (15,249,40). Sum of RGB (Red+Green+Blue) = 15+249+40=304 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.93% from 304); Green value is 249 (97.66% from 255 or 81.91% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 249 - color contains mainly: green. Hex color #0FF928 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FF928 is #F006D7. Grayscale: #9B9B9B. Windows color (decimal): -15730392 or 2685199. OLE color: 2685199.
HSL color Cylindrical-coordinate representation of color #0FF928: hue angle of 126.41º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF928 is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 249 | 40 | - |
| CMYK | 0.94 | 0 | 0.84 | 0.02 |
| HSL | 126.41º | 0.95% | 0.52% | - |
| HSV(B) | 126.41º | 0.94% | 0.98% | - |
| XYZ | 34.46 | 68.01 | 13.32 | - |
| YUV | 155.21 | 62.98 | 27.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 249 | 40 | 0.94 | 0 | 0.84 | 0.02 | 126.41 | 0.95 | 0.52 |
| Hex | F | F9 | 28 | 5E | 0 | 54 | 2 | 7E | 5F | 34 |
| Octal | 17 | 371 | 50 | 136 | 0 | 124 | 2 | 176 | 137 | 64 |
| Binary | 1111 | 11111001 | 101000 | 1011110 | 0 | 1010100 | 10 | 1111110 | 1011111 | 110100 |
Color Harmonies of #0FF928
Complementary color
Monochromatic Colors of #0FF928
Black with #0FF928
Text Example
Text Example
White with #0FF928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF928; }
p { color: rgb(15,249,40); }
H1.HeaderClassName
{
color: #0FF928;
}
.AnyTagClassName
{
color: #0FF928;
}
</style>
background-color css
<style>
a { background-color: #0FF928; }
a { background-color: rgb(15,249,40); }
div.DivClassName
{
background-color: #0FF928;
}
.BgClassName
{
background-color: #0FF928;
}
</style>
border-color css
<style>
span { border-color: #0FF928; }
span { border-color: rgb(15,249,40); }
td.TdClassName
{
border-color: #0FF928;
}
.TagClassName
{
border-color: #0FF928;
}
</style>