Shades of Jade #07C274
Tints of Jade #07C274
RGB
CMYK
RGB Variations
Color information
#07C274 (or 0x07C274) is known color: Jade. HEX triplet: 07, C2 and 74. RGB value is (7,194,116). Sum of RGB (Red+Green+Blue) = 7+194+116=317 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.21% from 317); Green value is 194 (76.17% from 255 or 61.20% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 194 - color contains mainly: green. Hex color #07C274 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07C274 is #F83D8B. Grayscale: #818181. Windows color (decimal): -16268684 or 7651847. OLE color: 7651847.
HSL color Cylindrical-coordinate representation of color #07C274: hue angle of 154.97º 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 #07C274 is Cyan = 0.96, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 194 | 116 | - |
| CMYK | 0.96 | 0 | 0.40 | 0.24 |
| HSL | 154.97º | 0.93% | 0.39% | - |
| HSV(B) | 154.97º | 0.96% | 0.76% | - |
| XYZ | 22.53 | 39.89 | 23.03 | - |
| YUV | 129.2 | 120.55 | 40.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 194 | 116 | 0.96 | 0 | 0.40 | 0.24 | 154.97 | 0.93 | 0.39 |
| Hex | 7 | C2 | 74 | 60 | 0 | 28 | 18 | 9B | 5D | 27 |
| Octal | 7 | 302 | 164 | 140 | 0 | 50 | 30 | 233 | 135 | 47 |
| Binary | 111 | 11000010 | 1110100 | 1100000 | 0 | 101000 | 11000 | 10011011 | 1011101 | 100111 |
Color Harmonies of #07C274
Complementary color
Monochromatic Colors of #07C274
Black with #07C274
Text Example
Text Example
White with #07C274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C274; }
p { color: rgb(7,194,116); }
H1.HeaderClassName
{
color: #07C274;
}
.AnyTagClassName
{
color: #07C274;
}
</style>
background-color css
<style>
a { background-color: #07C274; }
a { background-color: rgb(7,194,116); }
div.DivClassName
{
background-color: #07C274;
}
.BgClassName
{
background-color: #07C274;
}
</style>
border-color css
<style>
span { border-color: #07C274; }
span { border-color: rgb(7,194,116); }
td.TdClassName
{
border-color: #07C274;
}
.TagClassName
{
border-color: #07C274;
}
</style>