Shades of Jade #05AD74
Tints of Jade #05AD74
RGB
CMYK
RGB Variations
Color information
#05AD74 (or 0x05AD74) is known color: Jade. HEX triplet: 05, AD and 74. RGB value is (5,173,116). Sum of RGB (Red+Green+Blue) = 5+173+116=294 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.70% from 294); Green value is 173 (67.97% from 255 or 58.84% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 173 - color contains mainly: green. Hex color #05AD74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05AD74 is #FA528B. Grayscale: #747474. Windows color (decimal): -16405132 or 7646469. OLE color: 7646469.
HSL color Cylindrical-coordinate representation of color #05AD74: hue angle of 159.64º 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 #05AD74 is Cyan = 0.97, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 5 | 173 | 116 | - |
| CMYK | 0.97 | 0 | 0.33 | 0.32 |
| HSL | 159.64º | 0.94% | 0.35% | - |
| HSV(B) | 159.64º | 0.97% | 0.68% | - |
| XYZ | 18.16 | 31.18 | 21.58 | - |
| YUV | 116.27 | 127.84 | 48.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 173 | 116 | 0.97 | 0 | 0.33 | 0.32 | 159.64 | 0.94 | 0.35 |
| Hex | 5 | AD | 74 | 61 | 0 | 21 | 20 | A0 | 5E | 23 |
| Octal | 5 | 255 | 164 | 141 | 0 | 41 | 40 | 240 | 136 | 43 |
| Binary | 101 | 10101101 | 1110100 | 1100001 | 0 | 100001 | 100000 | 10100000 | 1011110 | 100011 |
Color Harmonies of #05AD74
Complementary color
Monochromatic Colors of #05AD74
Black with #05AD74
Text Example
Text Example
White with #05AD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AD74; }
p { color: rgb(5,173,116); }
H1.HeaderClassName
{
color: #05AD74;
}
.AnyTagClassName
{
color: #05AD74;
}
</style>
background-color css
<style>
a { background-color: #05AD74; }
a { background-color: rgb(5,173,116); }
div.DivClassName
{
background-color: #05AD74;
}
.BgClassName
{
background-color: #05AD74;
}
</style>
border-color css
<style>
span { border-color: #05AD74; }
span { border-color: rgb(5,173,116); }
td.TdClassName
{
border-color: #05AD74;
}
.TagClassName
{
border-color: #05AD74;
}
</style>