Shades of Jade #05AD6D
Tints of Jade #05AD6D
RGB
CMYK
RGB Variations
Color information
#05AD6D (or 0x05AD6D) is known color: Jade. HEX triplet: 05, AD and 6D. RGB value is (5,173,109). Sum of RGB (Red+Green+Blue) = 5+173+109=287 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 287); Green value is 173 (67.97% from 255 or 60.28% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 173 - color contains mainly: green. Hex color #05AD6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05AD6D is #FA5292. Grayscale: #737373. Windows color (decimal): -16405139 or 7187717. OLE color: 7187717.
HSL color Cylindrical-coordinate representation of color #05AD6D: hue angle of 157.14º degrees, saturation: 0.94, 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 #05AD6D is Cyan = 0.97, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 5 | 173 | 109 | - |
| CMYK | 0.97 | 0 | 0.37 | 0.32 |
| HSL | 157.14º | 0.94% | 0.35% | - |
| HSV(B) | 157.14º | 0.97% | 0.68% | - |
| XYZ | 17.77 | 31.02 | 19.52 | - |
| YUV | 115.47 | 124.34 | 49.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 173 | 109 | 0.97 | 0 | 0.37 | 0.32 | 157.14 | 0.94 | 0.35 |
| Hex | 5 | AD | 6D | 61 | 0 | 25 | 20 | 9D | 5E | 23 |
| Octal | 5 | 255 | 155 | 141 | 0 | 45 | 40 | 235 | 136 | 43 |
| Binary | 101 | 10101101 | 1101101 | 1100001 | 0 | 100101 | 100000 | 10011101 | 1011110 | 100011 |
Color Harmonies of #05AD6D
Complementary color
Monochromatic Colors of #05AD6D
Black with #05AD6D
Text Example
Text Example
White with #05AD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AD6D; }
p { color: rgb(5,173,109); }
H1.HeaderClassName
{
color: #05AD6D;
}
.AnyTagClassName
{
color: #05AD6D;
}
</style>
background-color css
<style>
a { background-color: #05AD6D; }
a { background-color: rgb(5,173,109); }
div.DivClassName
{
background-color: #05AD6D;
}
.BgClassName
{
background-color: #05AD6D;
}
</style>
border-color css
<style>
span { border-color: #05AD6D; }
span { border-color: rgb(5,173,109); }
td.TdClassName
{
border-color: #05AD6D;
}
.TagClassName
{
border-color: #05AD6D;
}
</style>