Shades of Jade #07AC6D
Tints of Jade #07AC6D
RGB
CMYK
RGB Variations
Color information
#07AC6D (or 0x07AC6D) is known color: Jade. HEX triplet: 07, AC and 6D. RGB value is (7,172,109). Sum of RGB (Red+Green+Blue) = 7+172+109=288 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.43% from 288); Green value is 172 (67.58% from 255 or 59.72% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 172 - color contains mainly: green. Hex color #07AC6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07AC6D is #F85392. Grayscale: #737373. Windows color (decimal): -16274323 or 7187463. OLE color: 7187463.
HSL color Cylindrical-coordinate representation of color #07AC6D: hue angle of 157.09º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AC6D is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 172 | 109 | - |
| CMYK | 0.96 | 0 | 0.37 | 0.33 |
| HSL | 157.09º | 0.92% | 0.35% | - |
| HSV(B) | 157.09º | 0.96% | 0.67% | - |
| XYZ | 17.6 | 30.65 | 19.46 | - |
| YUV | 115.48 | 124.34 | 50.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 172 | 109 | 0.96 | 0 | 0.37 | 0.33 | 157.09 | 0.92 | 0.35 |
| Hex | 7 | AC | 6D | 60 | 0 | 25 | 21 | 9D | 5C | 23 |
| Octal | 7 | 254 | 155 | 140 | 0 | 45 | 41 | 235 | 134 | 43 |
| Binary | 111 | 10101100 | 1101101 | 1100000 | 0 | 100101 | 100001 | 10011101 | 1011100 | 100011 |
Color Harmonies of #07AC6D
Complementary color
Monochromatic Colors of #07AC6D
Black with #07AC6D
Text Example
Text Example
White with #07AC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AC6D; }
p { color: rgb(7,172,109); }
H1.HeaderClassName
{
color: #07AC6D;
}
.AnyTagClassName
{
color: #07AC6D;
}
</style>
background-color css
<style>
a { background-color: #07AC6D; }
a { background-color: rgb(7,172,109); }
div.DivClassName
{
background-color: #07AC6D;
}
.BgClassName
{
background-color: #07AC6D;
}
</style>
border-color css
<style>
span { border-color: #07AC6D; }
span { border-color: rgb(7,172,109); }
td.TdClassName
{
border-color: #07AC6D;
}
.TagClassName
{
border-color: #07AC6D;
}
</style>