Shades of Free Speech Green #00CF0E
Tints of Free Speech Green #00CF0E
RGB
CMYK
RGB Variations
Color information
#00CF0E (or 0x00CF0E) is known color: Free Speech Green. HEX triplet: 00, CF and 0E. RGB value is (0,207,14). Sum of RGB (Red+Green+Blue) = 0+207+14=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 207 (81.25% from 255 or 93.67% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 207 - color contains mainly: green. Hex color #00CF0E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00CF0E is #FF30F1. Grayscale: #7B7B7B. Windows color (decimal): -16724210 or 970496. OLE color: 970496.
HSL color Cylindrical-coordinate representation of color #00CF0E: hue angle of 124.06º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CF0E is Cyan = 1, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 207 | 14 | - |
| CMYK | 1 | 0 | 0.93 | 0.19 |
| HSL | 124.06º | 1% | 0.41% | - |
| HSV(B) | 124.06º | 1% | 0.81% | - |
| XYZ | 22.39 | 44.66 | 7.86 | - |
| YUV | 123.11 | 66.42 | 40.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 207 | 14 | 1 | 0 | 0.93 | 0.19 | 124.06 | 1 | 0.41 |
| Hex | 0 | CF | E | 64 | 0 | 5D | 13 | 7C | 64 | 29 |
| Octal | 0 | 317 | 16 | 144 | 0 | 135 | 23 | 174 | 144 | 51 |
| Binary | 0 | 11001111 | 1110 | 1100100 | 0 | 1011101 | 10011 | 1111100 | 1100100 | 101001 |
Color Harmonies of #00CF0E
Complementary color
Monochromatic Colors of #00CF0E
Black with #00CF0E
Text Example
Text Example
White with #00CF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CF0E; }
p { color: rgb(0,207,14); }
H1.HeaderClassName
{
color: #00CF0E;
}
.AnyTagClassName
{
color: #00CF0E;
}
</style>
background-color css
<style>
a { background-color: #00CF0E; }
a { background-color: rgb(0,207,14); }
div.DivClassName
{
background-color: #00CF0E;
}
.BgClassName
{
background-color: #00CF0E;
}
</style>
border-color css
<style>
span { border-color: #00CF0E; }
span { border-color: rgb(0,207,14); }
td.TdClassName
{
border-color: #00CF0E;
}
.TagClassName
{
border-color: #00CF0E;
}
</style>