Shades of Free Speech Green #0CFA20
Tints of Free Speech Green #0CFA20
RGB
CMYK
RGB Variations
Color information
#0CFA20 (or 0x0CFA20) is known color: Free Speech Green. HEX triplet: 0C, FA and 20. RGB value is (12,250,32). Sum of RGB (Red+Green+Blue) = 12+250+32=294 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.08% from 294); Green value is 250 (98.05% from 255 or 85.03% from 294); Blue value is 32 (12.89% from 255 or 10.88% from 294); Max value from RGB is 250 - color contains mainly: green. Hex color #0CFA20 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CFA20 is #F305DF. Grayscale: #9A9A9A. Windows color (decimal): -15926752 or 2161164. OLE color: 2161164.
HSL color Cylindrical-coordinate representation of color #0CFA20: hue angle of 125.04º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFA20 is Cyan = 0.95, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 250 | 32 | - |
| CMYK | 0.95 | 0 | 0.87 | 0.02 |
| HSL | 125.04º | 0.96% | 0.51% | - |
| HSV(B) | 125.04º | 0.95% | 0.98% | - |
| XYZ | 34.6 | 68.55 | 12.78 | - |
| YUV | 153.99 | 59.15 | 26.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 250 | 32 | 0.95 | 0 | 0.87 | 0.02 | 125.04 | 0.96 | 0.51 |
| Hex | C | FA | 20 | 5F | 0 | 57 | 2 | 7D | 60 | 33 |
| Octal | 14 | 372 | 40 | 137 | 0 | 127 | 2 | 175 | 140 | 63 |
| Binary | 1100 | 11111010 | 100000 | 1011111 | 0 | 1010111 | 10 | 1111101 | 1100000 | 110011 |
Color Harmonies of #0CFA20
Complementary color
Monochromatic Colors of #0CFA20
Black with #0CFA20
Text Example
Text Example
White with #0CFA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFA20; }
p { color: rgb(12,250,32); }
H1.HeaderClassName
{
color: #0CFA20;
}
.AnyTagClassName
{
color: #0CFA20;
}
</style>
background-color css
<style>
a { background-color: #0CFA20; }
a { background-color: rgb(12,250,32); }
div.DivClassName
{
background-color: #0CFA20;
}
.BgClassName
{
background-color: #0CFA20;
}
</style>
border-color css
<style>
span { border-color: #0CFA20; }
span { border-color: rgb(12,250,32); }
td.TdClassName
{
border-color: #0CFA20;
}
.TagClassName
{
border-color: #0CFA20;
}
</style>