Shades of Jade #05AD78
Tints of Jade #05AD78
RGB
CMYK
RGB Variations
Color information
#05AD78 (or 0x05AD78) is known color: Jade. HEX triplet: 05, AD and 78. RGB value is (5,173,120). Sum of RGB (Red+Green+Blue) = 5+173+120=298 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 298); Green value is 173 (67.97% from 255 or 58.05% from 298); Blue value is 120 (47.27% from 255 or 40.27% from 298); Max value from RGB is 173 - color contains mainly: green. Hex color #05AD78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05AD78 is #FA5287. Grayscale: #747474. Windows color (decimal): -16405128 or 7908613. OLE color: 7908613.
HSL color Cylindrical-coordinate representation of color #05AD78: hue angle of 161.07º 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 #05AD78 is Cyan = 0.97, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 5 | 173 | 120 | - |
| CMYK | 0.97 | 0 | 0.31 | 0.32 |
| HSL | 161.07º | 0.94% | 0.35% | - |
| HSV(B) | 161.07º | 0.97% | 0.68% | - |
| XYZ | 18.4 | 31.28 | 22.84 | - |
| YUV | 116.73 | 129.84 | 48.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 173 | 120 | 0.97 | 0 | 0.31 | 0.32 | 161.07 | 0.94 | 0.35 |
| Hex | 5 | AD | 78 | 61 | 0 | 1F | 20 | A1 | 5E | 23 |
| Octal | 5 | 255 | 170 | 141 | 0 | 37 | 40 | 241 | 136 | 43 |
| Binary | 101 | 10101101 | 1111000 | 1100001 | 0 | 11111 | 100000 | 10100001 | 1011110 | 100011 |
Color Harmonies of #05AD78
Complementary color
Monochromatic Colors of #05AD78
Black with #05AD78
Text Example
Text Example
White with #05AD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AD78; }
p { color: rgb(5,173,120); }
H1.HeaderClassName
{
color: #05AD78;
}
.AnyTagClassName
{
color: #05AD78;
}
</style>
background-color css
<style>
a { background-color: #05AD78; }
a { background-color: rgb(5,173,120); }
div.DivClassName
{
background-color: #05AD78;
}
.BgClassName
{
background-color: #05AD78;
}
</style>
border-color css
<style>
span { border-color: #05AD78; }
span { border-color: rgb(5,173,120); }
td.TdClassName
{
border-color: #05AD78;
}
.TagClassName
{
border-color: #05AD78;
}
</style>