Shades of Free Speech Green #0FE91D
Tints of Free Speech Green #0FE91D
RGB
CMYK
RGB Variations
Color information
#0FE91D (or 0x0FE91D) is known color: Free Speech Green. HEX triplet: 0F, E9 and 1D. RGB value is (15,233,29). Sum of RGB (Red+Green+Blue) = 15+233+29=277 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.42% from 277); Green value is 233 (91.41% from 255 or 84.12% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 233 - color contains mainly: green. Hex color #0FE91D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FE91D is #F016E2. Grayscale: #919191. Windows color (decimal): -15734499 or 1960207. OLE color: 1960207.
HSL color Cylindrical-coordinate representation of color #0FE91D: hue angle of 123.85º 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 #0FE91D is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 15 | 233 | 29 | - |
| CMYK | 0.94 | 0 | 0.88 | 0.09 |
| HSL | 123.85º | 0.88% | 0.49% | - |
| HSV(B) | 123.85º | 0.94% | 0.91% | - |
| XYZ | 29.56 | 58.47 | 10.89 | - |
| YUV | 144.56 | 62.78 | 35.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 233 | 29 | 0.94 | 0 | 0.88 | 0.09 | 123.85 | 0.88 | 0.49 |
| Hex | F | E9 | 1D | 5E | 0 | 58 | 9 | 7C | 58 | 31 |
| Octal | 17 | 351 | 35 | 136 | 0 | 130 | 11 | 174 | 130 | 61 |
| Binary | 1111 | 11101001 | 11101 | 1011110 | 0 | 1011000 | 1001 | 1111100 | 1011000 | 110001 |
Color Harmonies of #0FE91D
Complementary color
Monochromatic Colors of #0FE91D
Black with #0FE91D
Text Example
Text Example
White with #0FE91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE91D; }
p { color: rgb(15,233,29); }
H1.HeaderClassName
{
color: #0FE91D;
}
.AnyTagClassName
{
color: #0FE91D;
}
</style>
background-color css
<style>
a { background-color: #0FE91D; }
a { background-color: rgb(15,233,29); }
div.DivClassName
{
background-color: #0FE91D;
}
.BgClassName
{
background-color: #0FE91D;
}
</style>
border-color css
<style>
span { border-color: #0FE91D; }
span { border-color: rgb(15,233,29); }
td.TdClassName
{
border-color: #0FE91D;
}
.TagClassName
{
border-color: #0FE91D;
}
</style>