Shades of Free Speech Green #0FF938
Tints of Free Speech Green #0FF938
RGB
CMYK
RGB Variations
Color information
#0FF938 (or 0x0FF938) is known color: Free Speech Green. HEX triplet: 0F, F9 and 38. RGB value is (15,249,56). Sum of RGB (Red+Green+Blue) = 15+249+56=320 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.69% from 320); Green value is 249 (97.66% from 255 or 77.81% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 249 - color contains mainly: green. Hex color #0FF938 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FF938 is #F006C7. Grayscale: #9D9D9D. Windows color (decimal): -15730376 or 3733775. OLE color: 3733775.
HSL color Cylindrical-coordinate representation of color #0FF938: hue angle of 130.51º 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 #0FF938 is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 249 | 56 | - |
| CMYK | 0.94 | 0 | 0.78 | 0.02 |
| HSL | 130.51º | 0.95% | 0.52% | - |
| HSV(B) | 130.51º | 0.94% | 0.98% | - |
| XYZ | 34.79 | 68.14 | 15.06 | - |
| YUV | 157.03 | 70.98 | 26.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 249 | 56 | 0.94 | 0 | 0.78 | 0.02 | 130.51 | 0.95 | 0.52 |
| Hex | F | F9 | 38 | 5E | 0 | 4E | 2 | 83 | 5F | 34 |
| Octal | 17 | 371 | 70 | 136 | 0 | 116 | 2 | 203 | 137 | 64 |
| Binary | 1111 | 11111001 | 111000 | 1011110 | 0 | 1001110 | 10 | 10000011 | 1011111 | 110100 |
Color Harmonies of #0FF938
Complementary color
Monochromatic Colors of #0FF938
Black with #0FF938
Text Example
Text Example
White with #0FF938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF938; }
p { color: rgb(15,249,56); }
H1.HeaderClassName
{
color: #0FF938;
}
.AnyTagClassName
{
color: #0FF938;
}
</style>
background-color css
<style>
a { background-color: #0FF938; }
a { background-color: rgb(15,249,56); }
div.DivClassName
{
background-color: #0FF938;
}
.BgClassName
{
background-color: #0FF938;
}
</style>
border-color css
<style>
span { border-color: #0FF938; }
span { border-color: rgb(15,249,56); }
td.TdClassName
{
border-color: #0FF938;
}
.TagClassName
{
border-color: #0FF938;
}
</style>