Shades of Free Speech Green #07D812
Tints of Free Speech Green #07D812
RGB
CMYK
RGB Variations
Color information
#07D812 (or 0x07D812) is known color: Free Speech Green. HEX triplet: 07, D8 and 12. RGB value is (7,216,18). Sum of RGB (Red+Green+Blue) = 7+216+18=241 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.90% from 241); Green value is 216 (84.77% from 255 or 89.63% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 216 - color contains mainly: green. Hex color #07D812 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07D812 is #F827ED. Grayscale: #838383. Windows color (decimal): -16263150 or 1234951. OLE color: 1234951.
HSL color Cylindrical-coordinate representation of color #07D812: hue angle of 123.16º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D812 is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 216 | 18 | - |
| CMYK | 0.97 | 0 | 0.92 | 0.15 |
| HSL | 123.16º | 0.94% | 0.44% | - |
| HSV(B) | 123.16º | 0.97% | 0.85% | - |
| XYZ | 24.75 | 49.2 | 8.76 | - |
| YUV | 130.94 | 64.26 | 39.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 216 | 18 | 0.97 | 0 | 0.92 | 0.15 | 123.16 | 0.94 | 0.44 |
| Hex | 7 | D8 | 12 | 61 | 0 | 5C | F | 7B | 5E | 2C |
| Octal | 7 | 330 | 22 | 141 | 0 | 134 | 17 | 173 | 136 | 54 |
| Binary | 111 | 11011000 | 10010 | 1100001 | 0 | 1011100 | 1111 | 1111011 | 1011110 | 101100 |
Color Harmonies of #07D812
Complementary color
Monochromatic Colors of #07D812
Black with #07D812
Text Example
Text Example
White with #07D812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D812; }
p { color: rgb(7,216,18); }
H1.HeaderClassName
{
color: #07D812;
}
.AnyTagClassName
{
color: #07D812;
}
</style>
background-color css
<style>
a { background-color: #07D812; }
a { background-color: rgb(7,216,18); }
div.DivClassName
{
background-color: #07D812;
}
.BgClassName
{
background-color: #07D812;
}
</style>
border-color css
<style>
span { border-color: #07D812; }
span { border-color: rgb(7,216,18); }
td.TdClassName
{
border-color: #07D812;
}
.TagClassName
{
border-color: #07D812;
}
</style>