Shades of Jade #07C266
Tints of Jade #07C266
RGB
CMYK
RGB Variations
Color information
#07C266 (or 0x07C266) is known color: Jade. HEX triplet: 07, C2 and 66. RGB value is (7,194,102). Sum of RGB (Red+Green+Blue) = 7+194+102=303 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.31% from 303); Green value is 194 (76.17% from 255 or 64.03% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 194 - color contains mainly: green. Hex color #07C266 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07C266 is #F83D99. Grayscale: #7F7F7F. Windows color (decimal): -16268698 or 6734343. OLE color: 6734343.
HSL color Cylindrical-coordinate representation of color #07C266: hue angle of 150.48º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C266 is Cyan = 0.96, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 194 | 102 | - |
| CMYK | 0.96 | 0 | 0.47 | 0.24 |
| HSL | 150.48º | 0.93% | 0.39% | - |
| HSV(B) | 150.48º | 0.96% | 0.76% | - |
| XYZ | 21.78 | 39.59 | 19.06 | - |
| YUV | 127.6 | 113.55 | 41.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 194 | 102 | 0.96 | 0 | 0.47 | 0.24 | 150.48 | 0.93 | 0.39 |
| Hex | 7 | C2 | 66 | 60 | 0 | 2F | 18 | 96 | 5D | 27 |
| Octal | 7 | 302 | 146 | 140 | 0 | 57 | 30 | 226 | 135 | 47 |
| Binary | 111 | 11000010 | 1100110 | 1100000 | 0 | 101111 | 11000 | 10010110 | 1011101 | 100111 |
Color Harmonies of #07C266
Complementary color
Monochromatic Colors of #07C266
Black with #07C266
Text Example
Text Example
White with #07C266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C266; }
p { color: rgb(7,194,102); }
H1.HeaderClassName
{
color: #07C266;
}
.AnyTagClassName
{
color: #07C266;
}
</style>
background-color css
<style>
a { background-color: #07C266; }
a { background-color: rgb(7,194,102); }
div.DivClassName
{
background-color: #07C266;
}
.BgClassName
{
background-color: #07C266;
}
</style>
border-color css
<style>
span { border-color: #07C266; }
span { border-color: rgb(7,194,102); }
td.TdClassName
{
border-color: #07C266;
}
.TagClassName
{
border-color: #07C266;
}
</style>