Shades of Free Speech Green #0CF507
Tints of Free Speech Green #0CF507
RGB
CMYK
RGB Variations
Color information
#0CF507 (or 0x0CF507) is known color: Free Speech Green. HEX triplet: 0C, F5 and 07. RGB value is (12,245,7). Sum of RGB (Red+Green+Blue) = 12+245+7=264 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.55% from 264); Green value is 245 (96.09% from 255 or 92.80% from 264); Blue value is 7 (3.12% from 255 or 2.65% from 264); Max value from RGB is 245 - color contains mainly: green. Hex color #0CF507 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CF507 is #F30AF8. Grayscale: #949494. Windows color (decimal): -15928057 or 521484. OLE color: 521484.
HSL color Cylindrical-coordinate representation of color #0CF507: hue angle of 118.74º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0CF507 is Cyan = 0.95, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 12 | 245 | 7 | - |
| CMYK | 0.95 | 0 | 0.97 | 0.04 |
| HSL | 118.74º | 0.94% | 0.49% | - |
| HSV(B) | 118.74º | 0.97% | 0.96% | - |
| XYZ | 32.84 | 65.4 | 11.09 | - |
| YUV | 148.2 | 48.31 | 30.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 245 | 7 | 0.95 | 0 | 0.97 | 0.04 | 118.74 | 0.94 | 0.49 |
| Hex | C | F5 | 7 | 5F | 0 | 61 | 4 | 77 | 5E | 31 |
| Octal | 14 | 365 | 7 | 137 | 0 | 141 | 4 | 167 | 136 | 61 |
| Binary | 1100 | 11110101 | 111 | 1011111 | 0 | 1100001 | 100 | 1110111 | 1011110 | 110001 |
Color Harmonies of #0CF507
Complementary color
Monochromatic Colors of #0CF507
Black with #0CF507
Text Example
Text Example
White with #0CF507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CF507; }
p { color: rgb(12,245,7); }
H1.HeaderClassName
{
color: #0CF507;
}
.AnyTagClassName
{
color: #0CF507;
}
</style>
background-color css
<style>
a { background-color: #0CF507; }
a { background-color: rgb(12,245,7); }
div.DivClassName
{
background-color: #0CF507;
}
.BgClassName
{
background-color: #0CF507;
}
</style>
border-color css
<style>
span { border-color: #0CF507; }
span { border-color: rgb(12,245,7); }
td.TdClassName
{
border-color: #0CF507;
}
.TagClassName
{
border-color: #0CF507;
}
</style>