Shades of Jade #05AD6B
Tints of Jade #05AD6B
RGB
CMYK
RGB Variations
Color information
#05AD6B (or 0x05AD6B) is known color: Jade. HEX triplet: 05, AD and 6B. RGB value is (5,173,107). Sum of RGB (Red+Green+Blue) = 5+173+107=285 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 285); Green value is 173 (67.97% from 255 or 60.70% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 173 - color contains mainly: green. Hex color #05AD6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05AD6B is #FA5294. Grayscale: #737373. Windows color (decimal): -16405141 or 7056645. OLE color: 7056645.
HSL color Cylindrical-coordinate representation of color #05AD6B: hue angle of 156.43º 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 #05AD6B is Cyan = 0.97, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 5 | 173 | 107 | - |
| CMYK | 0.97 | 0 | 0.38 | 0.32 |
| HSL | 156.43º | 0.94% | 0.35% | - |
| HSV(B) | 156.43º | 0.97% | 0.68% | - |
| XYZ | 17.66 | 30.98 | 18.96 | - |
| YUV | 115.24 | 123.34 | 49.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 173 | 107 | 0.97 | 0 | 0.38 | 0.32 | 156.43 | 0.94 | 0.35 |
| Hex | 5 | AD | 6B | 61 | 0 | 26 | 20 | 9C | 5E | 23 |
| Octal | 5 | 255 | 153 | 141 | 0 | 46 | 40 | 234 | 136 | 43 |
| Binary | 101 | 10101101 | 1101011 | 1100001 | 0 | 100110 | 100000 | 10011100 | 1011110 | 100011 |
Color Harmonies of #05AD6B
Complementary color
Monochromatic Colors of #05AD6B
Black with #05AD6B
Text Example
Text Example
White with #05AD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AD6B; }
p { color: rgb(5,173,107); }
H1.HeaderClassName
{
color: #05AD6B;
}
.AnyTagClassName
{
color: #05AD6B;
}
</style>
background-color css
<style>
a { background-color: #05AD6B; }
a { background-color: rgb(5,173,107); }
div.DivClassName
{
background-color: #05AD6B;
}
.BgClassName
{
background-color: #05AD6B;
}
</style>
border-color css
<style>
span { border-color: #05AD6B; }
span { border-color: rgb(5,173,107); }
td.TdClassName
{
border-color: #05AD6B;
}
.TagClassName
{
border-color: #05AD6B;
}
</style>