Shades of Free Speech Green #0FCA0E
Tints of Free Speech Green #0FCA0E
RGB
CMYK
RGB Variations
Color information
#0FCA0E (or 0x0FCA0E) is known color: Free Speech Green. HEX triplet: 0F, CA and 0E. RGB value is (15,202,14). Sum of RGB (Red+Green+Blue) = 15+202+14=231 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.49% from 231); Green value is 202 (79.30% from 255 or 87.45% from 231); Blue value is 14 (5.86% from 255 or 6.06% from 231); Max value from RGB is 202 - color contains mainly: green. Hex color #0FCA0E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FCA0E is #F035F1. Grayscale: #7D7D7D. Windows color (decimal): -15742450 or 969231. OLE color: 969231.
HSL color Cylindrical-coordinate representation of color #0FCA0E: hue angle of 119.68º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCA0E is Cyan = 0.93, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 202 | 14 | - |
| CMYK | 0.93 | 0 | 0.93 | 0.21 |
| HSL | 119.68º | 0.87% | 0.42% | - |
| HSV(B) | 119.68º | 0.93% | 0.79% | - |
| XYZ | 21.4 | 42.37 | 7.47 | - |
| YUV | 124.66 | 65.55 | 49.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 202 | 14 | 0.93 | 0 | 0.93 | 0.21 | 119.68 | 0.87 | 0.42 |
| Hex | F | CA | E | 5D | 0 | 5D | 15 | 78 | 57 | 2A |
| Octal | 17 | 312 | 16 | 135 | 0 | 135 | 25 | 170 | 127 | 52 |
| Binary | 1111 | 11001010 | 1110 | 1011101 | 0 | 1011101 | 10101 | 1111000 | 1010111 | 101010 |
Color Harmonies of #0FCA0E
Complementary color
Monochromatic Colors of #0FCA0E
Black with #0FCA0E
Text Example
Text Example
White with #0FCA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCA0E; }
p { color: rgb(15,202,14); }
H1.HeaderClassName
{
color: #0FCA0E;
}
.AnyTagClassName
{
color: #0FCA0E;
}
</style>
background-color css
<style>
a { background-color: #0FCA0E; }
a { background-color: rgb(15,202,14); }
div.DivClassName
{
background-color: #0FCA0E;
}
.BgClassName
{
background-color: #0FCA0E;
}
</style>
border-color css
<style>
span { border-color: #0FCA0E; }
span { border-color: rgb(15,202,14); }
td.TdClassName
{
border-color: #0FCA0E;
}
.TagClassName
{
border-color: #0FCA0E;
}
</style>