Shades of Free Speech Green #0FF130
Tints of Free Speech Green #0FF130
RGB
CMYK
RGB Variations
Color information
#0FF130 (or 0x0FF130) is known color: Free Speech Green. HEX triplet: 0F, F1 and 30. RGB value is (15,241,48). Sum of RGB (Red+Green+Blue) = 15+241+48=304 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.93% from 304); Green value is 241 (94.53% from 255 or 79.28% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 241 - color contains mainly: green. Hex color #0FF130 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FF130 is #F00ECF. Grayscale: #979797. Windows color (decimal): -15732432 or 3207439. OLE color: 3207439.
HSL color Cylindrical-coordinate representation of color #0FF130: hue angle of 128.76º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF130 is Cyan = 0.94, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 241 | 48 | - |
| CMYK | 0.94 | 0 | 0.80 | 0.05 |
| HSL | 128.76º | 0.89% | 0.5% | - |
| HSV(B) | 128.76º | 0.94% | 0.95% | - |
| XYZ | 32.19 | 63.23 | 13.3 | - |
| YUV | 151.42 | 69.63 | 30.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 241 | 48 | 0.94 | 0 | 0.80 | 0.05 | 128.76 | 0.89 | 0.5 |
| Hex | F | F1 | 30 | 5E | 0 | 50 | 5 | 81 | 59 | 32 |
| Octal | 17 | 361 | 60 | 136 | 0 | 120 | 5 | 201 | 131 | 62 |
| Binary | 1111 | 11110001 | 110000 | 1011110 | 0 | 1010000 | 101 | 10000001 | 1011001 | 110010 |
Color Harmonies of #0FF130
Complementary color
Monochromatic Colors of #0FF130
Black with #0FF130
Text Example
Text Example
White with #0FF130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF130; }
p { color: rgb(15,241,48); }
H1.HeaderClassName
{
color: #0FF130;
}
.AnyTagClassName
{
color: #0FF130;
}
</style>
background-color css
<style>
a { background-color: #0FF130; }
a { background-color: rgb(15,241,48); }
div.DivClassName
{
background-color: #0FF130;
}
.BgClassName
{
background-color: #0FF130;
}
</style>
border-color css
<style>
span { border-color: #0FF130; }
span { border-color: rgb(15,241,48); }
td.TdClassName
{
border-color: #0FF130;
}
.TagClassName
{
border-color: #0FF130;
}
</style>