Shades of Free Speech Green #01CF0F
Tints of Free Speech Green #01CF0F
RGB
CMYK
RGB Variations
Color information
#01CF0F (or 0x01CF0F) is known color: Free Speech Green. HEX triplet: 01, CF and 0F. RGB value is (1,207,15). Sum of RGB (Red+Green+Blue) = 1+207+15=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 207 (81.25% from 255 or 92.83% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 207 - color contains mainly: green. Hex color #01CF0F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01CF0F is #FE30F0. Grayscale: #7C7C7C. Windows color (decimal): -16658673 or 1036033. OLE color: 1036033.
HSL color Cylindrical-coordinate representation of color #01CF0F: hue angle of 124.08º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CF0F is Cyan = 1.00, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 207 | 15 | - |
| CMYK | 1.00 | 0 | 0.93 | 0.19 |
| HSL | 124.08º | 0.99% | 0.41% | - |
| HSV(B) | 124.08º | 1% | 0.81% | - |
| XYZ | 22.41 | 44.67 | 7.89 | - |
| YUV | 123.52 | 66.75 | 40.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 207 | 15 | 1.00 | 0 | 0.93 | 0.19 | 124.08 | 0.99 | 0.41 |
| Hex | 1 | CF | F | 64 | 0 | 5D | 13 | 7C | 63 | 29 |
| Octal | 1 | 317 | 17 | 144 | 0 | 135 | 23 | 174 | 143 | 51 |
| Binary | 1 | 11001111 | 1111 | 1100100 | 0 | 1011101 | 10011 | 1111100 | 1100011 | 101001 |
Color Harmonies of #01CF0F
Complementary color
Monochromatic Colors of #01CF0F
Black with #01CF0F
Text Example
Text Example
White with #01CF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CF0F; }
p { color: rgb(1,207,15); }
H1.HeaderClassName
{
color: #01CF0F;
}
.AnyTagClassName
{
color: #01CF0F;
}
</style>
background-color css
<style>
a { background-color: #01CF0F; }
a { background-color: rgb(1,207,15); }
div.DivClassName
{
background-color: #01CF0F;
}
.BgClassName
{
background-color: #01CF0F;
}
</style>
border-color css
<style>
span { border-color: #01CF0F; }
span { border-color: rgb(1,207,15); }
td.TdClassName
{
border-color: #01CF0F;
}
.TagClassName
{
border-color: #01CF0F;
}
</style>