Shades of Free Speech Green #07CF12
Tints of Free Speech Green #07CF12
RGB
CMYK
RGB Variations
Color information
#07CF12 (or 0x07CF12) is known color: Free Speech Green. HEX triplet: 07, CF and 12. RGB value is (7,207,18). Sum of RGB (Red+Green+Blue) = 7+207+18=232 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.02% from 232); Green value is 207 (81.25% from 255 or 89.22% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 207 - color contains mainly: green. Hex color #07CF12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07CF12 is #F830ED. Grayscale: #7E7E7E. Windows color (decimal): -16265454 or 1232647. OLE color: 1232647.
HSL color Cylindrical-coordinate representation of color #07CF12: hue angle of 123.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CF12 is Cyan = 0.97, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 207 | 18 | - |
| CMYK | 0.97 | 0 | 0.91 | 0.19 |
| HSL | 123.3º | 0.93% | 0.42% | - |
| HSV(B) | 123.3º | 0.97% | 0.81% | - |
| XYZ | 22.51 | 44.71 | 8.02 | - |
| YUV | 125.65 | 67.24 | 43.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 207 | 18 | 0.97 | 0 | 0.91 | 0.19 | 123.3 | 0.93 | 0.42 |
| Hex | 7 | CF | 12 | 61 | 0 | 5B | 13 | 7B | 5D | 2A |
| Octal | 7 | 317 | 22 | 141 | 0 | 133 | 23 | 173 | 135 | 52 |
| Binary | 111 | 11001111 | 10010 | 1100001 | 0 | 1011011 | 10011 | 1111011 | 1011101 | 101010 |
Color Harmonies of #07CF12
Complementary color
Monochromatic Colors of #07CF12
Black with #07CF12
Text Example
Text Example
White with #07CF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CF12; }
p { color: rgb(7,207,18); }
H1.HeaderClassName
{
color: #07CF12;
}
.AnyTagClassName
{
color: #07CF12;
}
</style>
background-color css
<style>
a { background-color: #07CF12; }
a { background-color: rgb(7,207,18); }
div.DivClassName
{
background-color: #07CF12;
}
.BgClassName
{
background-color: #07CF12;
}
</style>
border-color css
<style>
span { border-color: #07CF12; }
span { border-color: rgb(7,207,18); }
td.TdClassName
{
border-color: #07CF12;
}
.TagClassName
{
border-color: #07CF12;
}
</style>