Shades of Jade #07AE68
Tints of Jade #07AE68
RGB
CMYK
RGB Variations
Color information
#07AE68 (or 0x07AE68) is known color: Jade. HEX triplet: 07, AE and 68. RGB value is (7,174,104). Sum of RGB (Red+Green+Blue) = 7+174+104=285 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.46% from 285); Green value is 174 (68.36% from 255 or 61.05% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 174 - color contains mainly: green. Hex color #07AE68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07AE68 is #F85197. Grayscale: #747474. Windows color (decimal): -16273816 or 6860295. OLE color: 6860295.
HSL color Cylindrical-coordinate representation of color #07AE68: hue angle of 154.85º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AE68 is Cyan = 0.96, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 174 | 104 | - |
| CMYK | 0.96 | 0 | 0.40 | 0.32 |
| HSL | 154.85º | 0.92% | 0.35% | - |
| HSV(B) | 154.85º | 0.96% | 0.68% | - |
| XYZ | 17.72 | 31.32 | 18.21 | - |
| YUV | 116.09 | 121.17 | 50.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 174 | 104 | 0.96 | 0 | 0.40 | 0.32 | 154.85 | 0.92 | 0.35 |
| Hex | 7 | AE | 68 | 60 | 0 | 28 | 20 | 9B | 5C | 23 |
| Octal | 7 | 256 | 150 | 140 | 0 | 50 | 40 | 233 | 134 | 43 |
| Binary | 111 | 10101110 | 1101000 | 1100000 | 0 | 101000 | 100000 | 10011011 | 1011100 | 100011 |
Color Harmonies of #07AE68
Complementary color
Monochromatic Colors of #07AE68
Black with #07AE68
Text Example
Text Example
White with #07AE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AE68; }
p { color: rgb(7,174,104); }
H1.HeaderClassName
{
color: #07AE68;
}
.AnyTagClassName
{
color: #07AE68;
}
</style>
background-color css
<style>
a { background-color: #07AE68; }
a { background-color: rgb(7,174,104); }
div.DivClassName
{
background-color: #07AE68;
}
.BgClassName
{
background-color: #07AE68;
}
</style>
border-color css
<style>
span { border-color: #07AE68; }
span { border-color: rgb(7,174,104); }
td.TdClassName
{
border-color: #07AE68;
}
.TagClassName
{
border-color: #07AE68;
}
</style>