Shades of Jade #07AA62
Tints of Jade #07AA62
RGB
CMYK
RGB Variations
Color information
#07AA62 (or 0x07AA62) is known color: Jade. HEX triplet: 07, AA and 62. RGB value is (7,170,98). Sum of RGB (Red+Green+Blue) = 7+170+98=275 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 275); Green value is 170 (66.80% from 255 or 61.82% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 170 - color contains mainly: green. Hex color #07AA62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07AA62 is #F8559D. Grayscale: #717171. Windows color (decimal): -16274846 or 6466055. OLE color: 6466055.
HSL color Cylindrical-coordinate representation of color #07AA62: hue angle of 153.5º 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 #07AA62 is Cyan = 0.96, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 170 | 98 | - |
| CMYK | 0.96 | 0 | 0.42 | 0.33 |
| HSL | 153.5º | 0.92% | 0.35% | - |
| HSV(B) | 153.5º | 0.96% | 0.67% | - |
| XYZ | 16.67 | 29.68 | 16.4 | - |
| YUV | 113.06 | 119.5 | 52.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 170 | 98 | 0.96 | 0 | 0.42 | 0.33 | 153.5 | 0.92 | 0.35 |
| Hex | 7 | AA | 62 | 60 | 0 | 2A | 21 | 99 | 5C | 23 |
| Octal | 7 | 252 | 142 | 140 | 0 | 52 | 41 | 231 | 134 | 43 |
| Binary | 111 | 10101010 | 1100010 | 1100000 | 0 | 101010 | 100001 | 10011001 | 1011100 | 100011 |
Color Harmonies of #07AA62
Complementary color
Monochromatic Colors of #07AA62
Black with #07AA62
Text Example
Text Example
White with #07AA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AA62; }
p { color: rgb(7,170,98); }
H1.HeaderClassName
{
color: #07AA62;
}
.AnyTagClassName
{
color: #07AA62;
}
</style>
background-color css
<style>
a { background-color: #07AA62; }
a { background-color: rgb(7,170,98); }
div.DivClassName
{
background-color: #07AA62;
}
.BgClassName
{
background-color: #07AA62;
}
</style>
border-color css
<style>
span { border-color: #07AA62; }
span { border-color: rgb(7,170,98); }
td.TdClassName
{
border-color: #07AA62;
}
.TagClassName
{
border-color: #07AA62;
}
</style>