Shades of Free Speech Green #0FF926
Tints of Free Speech Green #0FF926
RGB
CMYK
RGB Variations
Color information
#0FF926 (or 0x0FF926) is known color: Free Speech Green. HEX triplet: 0F, F9 and 26. RGB value is (15,249,38). Sum of RGB (Red+Green+Blue) = 15+249+38=302 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.97% from 302); Green value is 249 (97.66% from 255 or 82.45% from 302); Blue value is 38 (15.23% from 255 or 12.58% from 302); Max value from RGB is 249 - color contains mainly: green. Hex color #0FF926 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FF926 is #F006D9. Grayscale: #9B9B9B. Windows color (decimal): -15730394 or 2554127. OLE color: 2554127.
HSL color Cylindrical-coordinate representation of color #0FF926: hue angle of 125.9º 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 #0FF926 is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 249 | 38 | - |
| CMYK | 0.94 | 0 | 0.85 | 0.02 |
| HSL | 125.9º | 0.95% | 0.52% | - |
| HSV(B) | 125.9º | 0.94% | 0.98% | - |
| XYZ | 34.42 | 67.99 | 13.14 | - |
| YUV | 154.98 | 61.98 | 28.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 249 | 38 | 0.94 | 0 | 0.85 | 0.02 | 125.9 | 0.95 | 0.52 |
| Hex | F | F9 | 26 | 5E | 0 | 55 | 2 | 7E | 5F | 34 |
| Octal | 17 | 371 | 46 | 136 | 0 | 125 | 2 | 176 | 137 | 64 |
| Binary | 1111 | 11111001 | 100110 | 1011110 | 0 | 1010101 | 10 | 1111110 | 1011111 | 110100 |
Color Harmonies of #0FF926
Complementary color
Monochromatic Colors of #0FF926
Black with #0FF926
Text Example
Text Example
White with #0FF926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF926; }
p { color: rgb(15,249,38); }
H1.HeaderClassName
{
color: #0FF926;
}
.AnyTagClassName
{
color: #0FF926;
}
</style>
background-color css
<style>
a { background-color: #0FF926; }
a { background-color: rgb(15,249,38); }
div.DivClassName
{
background-color: #0FF926;
}
.BgClassName
{
background-color: #0FF926;
}
</style>
border-color css
<style>
span { border-color: #0FF926; }
span { border-color: rgb(15,249,38); }
td.TdClassName
{
border-color: #0FF926;
}
.TagClassName
{
border-color: #0FF926;
}
</style>