Shades of Jade #06AD74
Tints of Jade #06AD74
RGB
CMYK
RGB Variations
Color information
#06AD74 (or 0x06AD74) is known color: Jade. HEX triplet: 06, AD and 74. RGB value is (6,173,116). Sum of RGB (Red+Green+Blue) = 6+173+116=295 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.03% from 295); Green value is 173 (67.97% from 255 or 58.64% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 173 - color contains mainly: green. Hex color #06AD74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06AD74 is #F9528B. Grayscale: #747474. Windows color (decimal): -16339596 or 7646470. OLE color: 7646470.
HSL color Cylindrical-coordinate representation of color #06AD74: hue angle of 159.52º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06AD74 is Cyan = 0.97, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 6 | 173 | 116 | - |
| CMYK | 0.97 | 0 | 0.33 | 0.32 |
| HSL | 159.52º | 0.93% | 0.35% | - |
| HSV(B) | 159.52º | 0.97% | 0.68% | - |
| XYZ | 18.17 | 31.19 | 21.58 | - |
| YUV | 116.57 | 127.67 | 49.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 173 | 116 | 0.97 | 0 | 0.33 | 0.32 | 159.52 | 0.93 | 0.35 |
| Hex | 6 | AD | 74 | 61 | 0 | 21 | 20 | A0 | 5D | 23 |
| Octal | 6 | 255 | 164 | 141 | 0 | 41 | 40 | 240 | 135 | 43 |
| Binary | 110 | 10101101 | 1110100 | 1100001 | 0 | 100001 | 100000 | 10100000 | 1011101 | 100011 |
Color Harmonies of #06AD74
Complementary color
Monochromatic Colors of #06AD74
Black with #06AD74
Text Example
Text Example
White with #06AD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06AD74; }
p { color: rgb(6,173,116); }
H1.HeaderClassName
{
color: #06AD74;
}
.AnyTagClassName
{
color: #06AD74;
}
</style>
background-color css
<style>
a { background-color: #06AD74; }
a { background-color: rgb(6,173,116); }
div.DivClassName
{
background-color: #06AD74;
}
.BgClassName
{
background-color: #06AD74;
}
</style>
border-color css
<style>
span { border-color: #06AD74; }
span { border-color: rgb(6,173,116); }
td.TdClassName
{
border-color: #06AD74;
}
.TagClassName
{
border-color: #06AD74;
}
</style>