Shades of Free Speech Green #0FE92D
Tints of Free Speech Green #0FE92D
RGB
CMYK
RGB Variations
Color information
#0FE92D (or 0x0FE92D) is known color: Free Speech Green. HEX triplet: 0F, E9 and 2D. RGB value is (15,233,45). Sum of RGB (Red+Green+Blue) = 15+233+45=293 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.12% from 293); Green value is 233 (91.41% from 255 or 79.52% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 233 - color contains mainly: green. Hex color #0FE92D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FE92D is #F016D2. Grayscale: #929292. Windows color (decimal): -15734483 or 3008783. OLE color: 3008783.
HSL color Cylindrical-coordinate representation of color #0FE92D: hue angle of 128.26º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FE92D is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 15 | 233 | 45 | - |
| CMYK | 0.94 | 0 | 0.81 | 0.09 |
| HSL | 128.26º | 0.88% | 0.49% | - |
| HSV(B) | 128.26º | 0.94% | 0.91% | - |
| XYZ | 29.81 | 58.57 | 12.22 | - |
| YUV | 146.39 | 70.78 | 34.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 233 | 45 | 0.94 | 0 | 0.81 | 0.09 | 128.26 | 0.88 | 0.49 |
| Hex | F | E9 | 2D | 5E | 0 | 51 | 9 | 80 | 58 | 31 |
| Octal | 17 | 351 | 55 | 136 | 0 | 121 | 11 | 200 | 130 | 61 |
| Binary | 1111 | 11101001 | 101101 | 1011110 | 0 | 1010001 | 1001 | 10000000 | 1011000 | 110001 |
Color Harmonies of #0FE92D
Complementary color
Monochromatic Colors of #0FE92D
Black with #0FE92D
Text Example
Text Example
White with #0FE92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE92D; }
p { color: rgb(15,233,45); }
H1.HeaderClassName
{
color: #0FE92D;
}
.AnyTagClassName
{
color: #0FE92D;
}
</style>
background-color css
<style>
a { background-color: #0FE92D; }
a { background-color: rgb(15,233,45); }
div.DivClassName
{
background-color: #0FE92D;
}
.BgClassName
{
background-color: #0FE92D;
}
</style>
border-color css
<style>
span { border-color: #0FE92D; }
span { border-color: rgb(15,233,45); }
td.TdClassName
{
border-color: #0FE92D;
}
.TagClassName
{
border-color: #0FE92D;
}
</style>