Shades of Free Speech Green #0FCF02
Tints of Free Speech Green #0FCF02
RGB
CMYK
RGB Variations
Color information
#0FCF02 (or 0x0FCF02) is known color: Free Speech Green. HEX triplet: 0F, CF and 02. RGB value is (15,207,2). Sum of RGB (Red+Green+Blue) = 15+207+2=224 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.70% from 224); Green value is 207 (81.25% from 255 or 92.41% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FCF02 is #F030FD. Grayscale: #7E7E7E. Windows color (decimal): -15741182 or 184079. OLE color: 184079.
HSL color Cylindrical-coordinate representation of color #0FCF02: hue angle of 116.2º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0FCF02 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 2 | - |
| CMYK | 0.93 | 0 | 0.99 | 0.19 |
| HSL | 116.2º | 0.98% | 0.41% | - |
| HSV(B) | 116.2º | 0.99% | 0.81% | - |
| XYZ | 22.52 | 44.73 | 7.5 | - |
| YUV | 126.22 | 57.89 | 48.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 2 | 0.93 | 0 | 0.99 | 0.19 | 116.2 | 0.98 | 0.41 |
| Hex | F | CF | 2 | 5D | 0 | 63 | 13 | 74 | 62 | 29 |
| Octal | 17 | 317 | 2 | 135 | 0 | 143 | 23 | 164 | 142 | 51 |
| Binary | 1111 | 11001111 | 10 | 1011101 | 0 | 1100011 | 10011 | 1110100 | 1100010 | 101001 |
Color Harmonies of #0FCF02
Complementary color
Monochromatic Colors of #0FCF02
Black with #0FCF02
Text Example
Text Example
White with #0FCF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCF02; }
p { color: rgb(15,207,2); }
H1.HeaderClassName
{
color: #0FCF02;
}
.AnyTagClassName
{
color: #0FCF02;
}
</style>
background-color css
<style>
a { background-color: #0FCF02; }
a { background-color: rgb(15,207,2); }
div.DivClassName
{
background-color: #0FCF02;
}
.BgClassName
{
background-color: #0FCF02;
}
</style>
border-color css
<style>
span { border-color: #0FCF02; }
span { border-color: rgb(15,207,2); }
td.TdClassName
{
border-color: #0FCF02;
}
.TagClassName
{
border-color: #0FCF02;
}
</style>