Shades of Free Speech Green #0FCF08
Tints of Free Speech Green #0FCF08
RGB
CMYK
RGB Variations
Color information
#0FCF08 (or 0x0FCF08) is known color: Free Speech Green. HEX triplet: 0F, CF and 08. RGB value is (15,207,8). Sum of RGB (Red+Green+Blue) = 15+207+8=230 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.52% from 230); Green value is 207 (81.25% from 255 or 90% from 230); Blue value is 8 (3.52% from 255 or 3.48% from 230); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FCF08 is #F030F7. Grayscale: #7F7F7F. Windows color (decimal): -15741176 or 577295. OLE color: 577295.
HSL color Cylindrical-coordinate representation of color #0FCF08: hue angle of 117.89º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0FCF08 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 8 | - |
| CMYK | 0.93 | 0 | 0.96 | 0.19 |
| HSL | 117.89º | 0.93% | 0.42% | - |
| HSV(B) | 117.89º | 0.96% | 0.81% | - |
| XYZ | 22.55 | 44.74 | 7.68 | - |
| YUV | 126.91 | 60.89 | 48.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 8 | 0.93 | 0 | 0.96 | 0.19 | 117.89 | 0.93 | 0.42 |
| Hex | F | CF | 8 | 5D | 0 | 60 | 13 | 76 | 5D | 2A |
| Octal | 17 | 317 | 10 | 135 | 0 | 140 | 23 | 166 | 135 | 52 |
| Binary | 1111 | 11001111 | 1000 | 1011101 | 0 | 1100000 | 10011 | 1110110 | 1011101 | 101010 |
Color Harmonies of #0FCF08
Complementary color
Monochromatic Colors of #0FCF08
Black with #0FCF08
Text Example
Text Example
White with #0FCF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCF08; }
p { color: rgb(15,207,8); }
H1.HeaderClassName
{
color: #0FCF08;
}
.AnyTagClassName
{
color: #0FCF08;
}
</style>
background-color css
<style>
a { background-color: #0FCF08; }
a { background-color: rgb(15,207,8); }
div.DivClassName
{
background-color: #0FCF08;
}
.BgClassName
{
background-color: #0FCF08;
}
</style>
border-color css
<style>
span { border-color: #0FCF08; }
span { border-color: rgb(15,207,8); }
td.TdClassName
{
border-color: #0FCF08;
}
.TagClassName
{
border-color: #0FCF08;
}
</style>