Shades of Free Speech Green #07CA0D
Tints of Free Speech Green #07CA0D
RGB
CMYK
RGB Variations
Color information
#07CA0D (or 0x07CA0D) is known color: Free Speech Green. HEX triplet: 07, CA and 0D. RGB value is (7,202,13). Sum of RGB (Red+Green+Blue) = 7+202+13=222 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.15% from 222); Green value is 202 (79.30% from 255 or 90.99% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 202 - color contains mainly: green. Hex color #07CA0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07CA0D is #F835F2. Grayscale: #7A7A7A. Windows color (decimal): -16266739 or 903687. OLE color: 903687.
HSL color Cylindrical-coordinate representation of color #07CA0D: hue angle of 121.85º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CA0D is Cyan = 0.97, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 202 | 13 | - |
| CMYK | 0.97 | 0 | 0.94 | 0.21 |
| HSL | 121.85º | 0.93% | 0.41% | - |
| HSV(B) | 121.85º | 0.97% | 0.79% | - |
| XYZ | 21.28 | 42.32 | 7.43 | - |
| YUV | 122.15 | 66.4 | 45.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 202 | 13 | 0.97 | 0 | 0.94 | 0.21 | 121.85 | 0.93 | 0.41 |
| Hex | 7 | CA | D | 61 | 0 | 5E | 15 | 7A | 5D | 29 |
| Octal | 7 | 312 | 15 | 141 | 0 | 136 | 25 | 172 | 135 | 51 |
| Binary | 111 | 11001010 | 1101 | 1100001 | 0 | 1011110 | 10101 | 1111010 | 1011101 | 101001 |
Color Harmonies of #07CA0D
Complementary color
Monochromatic Colors of #07CA0D
Black with #07CA0D
Text Example
Text Example
White with #07CA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CA0D; }
p { color: rgb(7,202,13); }
H1.HeaderClassName
{
color: #07CA0D;
}
.AnyTagClassName
{
color: #07CA0D;
}
</style>
background-color css
<style>
a { background-color: #07CA0D; }
a { background-color: rgb(7,202,13); }
div.DivClassName
{
background-color: #07CA0D;
}
.BgClassName
{
background-color: #07CA0D;
}
</style>
border-color css
<style>
span { border-color: #07CA0D; }
span { border-color: rgb(7,202,13); }
td.TdClassName
{
border-color: #07CA0D;
}
.TagClassName
{
border-color: #07CA0D;
}
</style>