Shades of Free Speech Green #0FF92F
Tints of Free Speech Green #0FF92F
RGB
CMYK
RGB Variations
Color information
#0FF92F (or 0x0FF92F) is known color: Free Speech Green. HEX triplet: 0F, F9 and 2F. RGB value is (15,249,47). Sum of RGB (Red+Green+Blue) = 15+249+47=311 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.82% from 311); Green value is 249 (97.66% from 255 or 80.06% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 249 - color contains mainly: green. Hex color #0FF92F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FF92F is #F006D0. Grayscale: #9C9C9C. Windows color (decimal): -15730385 or 3143951. OLE color: 3143951.
HSL color Cylindrical-coordinate representation of color #0FF92F: hue angle of 128.21º 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 #0FF92F is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 249 | 47 | - |
| CMYK | 0.94 | 0 | 0.81 | 0.02 |
| HSL | 128.21º | 0.95% | 0.52% | - |
| HSV(B) | 128.21º | 0.94% | 0.98% | - |
| XYZ | 34.59 | 68.06 | 14 | - |
| YUV | 156.01 | 66.48 | 27.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 249 | 47 | 0.94 | 0 | 0.81 | 0.02 | 128.21 | 0.95 | 0.52 |
| Hex | F | F9 | 2F | 5E | 0 | 51 | 2 | 80 | 5F | 34 |
| Octal | 17 | 371 | 57 | 136 | 0 | 121 | 2 | 200 | 137 | 64 |
| Binary | 1111 | 11111001 | 101111 | 1011110 | 0 | 1010001 | 10 | 10000000 | 1011111 | 110100 |
Color Harmonies of #0FF92F
Complementary color
Monochromatic Colors of #0FF92F
Black with #0FF92F
Text Example
Text Example
White with #0FF92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF92F; }
p { color: rgb(15,249,47); }
H1.HeaderClassName
{
color: #0FF92F;
}
.AnyTagClassName
{
color: #0FF92F;
}
</style>
background-color css
<style>
a { background-color: #0FF92F; }
a { background-color: rgb(15,249,47); }
div.DivClassName
{
background-color: #0FF92F;
}
.BgClassName
{
background-color: #0FF92F;
}
</style>
border-color css
<style>
span { border-color: #0FF92F; }
span { border-color: rgb(15,249,47); }
td.TdClassName
{
border-color: #0FF92F;
}
.TagClassName
{
border-color: #0FF92F;
}
</style>