Shades of Free Speech Green #01CF10
Tints of Free Speech Green #01CF10
RGB
CMYK
RGB Variations
Color information
#01CF10 (or 0x01CF10) is known color: Free Speech Green. HEX triplet: 01, CF and 10. RGB value is (1,207,16). Sum of RGB (Red+Green+Blue) = 1+207+16=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 207 (81.25% from 255 or 92.41% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 207 - color contains mainly: green. Hex color #01CF10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01CF10 is #FE30EF. Grayscale: #7C7C7C. Windows color (decimal): -16658672 or 1101569. OLE color: 1101569.
HSL color Cylindrical-coordinate representation of color #01CF10: hue angle of 124.37º 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 #01CF10 is Cyan = 1.00, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 207 | 16 | - |
| CMYK | 1.00 | 0 | 0.92 | 0.19 |
| HSL | 124.37º | 0.99% | 0.41% | - |
| HSV(B) | 124.37º | 1% | 0.81% | - |
| XYZ | 22.42 | 44.67 | 7.93 | - |
| YUV | 123.63 | 67.25 | 40.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 207 | 16 | 1.00 | 0 | 0.92 | 0.19 | 124.37 | 0.99 | 0.41 |
| Hex | 1 | CF | 10 | 64 | 0 | 5C | 13 | 7C | 63 | 29 |
| Octal | 1 | 317 | 20 | 144 | 0 | 134 | 23 | 174 | 143 | 51 |
| Binary | 1 | 11001111 | 10000 | 1100100 | 0 | 1011100 | 10011 | 1111100 | 1100011 | 101001 |
Color Harmonies of #01CF10
Complementary color
Monochromatic Colors of #01CF10
Black with #01CF10
Text Example
Text Example
White with #01CF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CF10; }
p { color: rgb(1,207,16); }
H1.HeaderClassName
{
color: #01CF10;
}
.AnyTagClassName
{
color: #01CF10;
}
</style>
background-color css
<style>
a { background-color: #01CF10; }
a { background-color: rgb(1,207,16); }
div.DivClassName
{
background-color: #01CF10;
}
.BgClassName
{
background-color: #01CF10;
}
</style>
border-color css
<style>
span { border-color: #01CF10; }
span { border-color: rgb(1,207,16); }
td.TdClassName
{
border-color: #01CF10;
}
.TagClassName
{
border-color: #01CF10;
}
</style>