Shades of Jade #05AE6D
Tints of Jade #05AE6D
RGB
CMYK
RGB Variations
Color information
#05AE6D (or 0x05AE6D) is known color: Jade. HEX triplet: 05, AE and 6D. RGB value is (5,174,109). Sum of RGB (Red+Green+Blue) = 5+174+109=288 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 288); Green value is 174 (68.36% from 255 or 60.42% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 174 - color contains mainly: green. Hex color #05AE6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05AE6D is #FA5192. Grayscale: #747474. Windows color (decimal): -16404883 or 7187973. OLE color: 7187973.
HSL color Cylindrical-coordinate representation of color #05AE6D: hue angle of 156.92º 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 #05AE6D is Cyan = 0.97, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
RGB | 5 | 174 | 109 | - |
CMYK | 0.97 | 0 | 0.37 | 0.32 |
HSL | 156.92º | 0.94% | 0.35% | - |
HSV(B) | 156.92º | 0.97% | 0.68% | - |
XYZ | 17.96 | 31.41 | 19.58 | - |
YUV | 116.06 | 124.01 | 48.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 5 | 174 | 109 | 0.97 | 0 | 0.37 | 0.32 | 156.92 | 0.94 | 0.35 |
Hex | 5 | AE | 6D | 61 | 0 | 25 | 20 | 9D | 5E | 23 |
Octal | 5 | 256 | 155 | 141 | 0 | 45 | 40 | 235 | 136 | 43 |
Binary | 101 | 10101110 | 1101101 | 1100001 | 0 | 100101 | 100000 | 10011101 | 1011110 | 100011 |
Color Harmonies of #05AE6D
Complementary color
Monochromatic Colors of #05AE6D
Black with #05AE6D
Text Example
Text Example
White with #05AE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AE6D; }
p { color: rgb(5,174,109); }
H1.HeaderClassName
{
color: #05AE6D;
}
.AnyTagClassName
{
color: #05AE6D;
}
</style>
background-color css
<style>
a { background-color: #05AE6D; }
a { background-color: rgb(5,174,109); }
div.DivClassName
{
background-color: #05AE6D;
}
.BgClassName
{
background-color: #05AE6D;
}
</style>
border-color css
<style>
span { border-color: #05AE6D; }
span { border-color: rgb(5,174,109); }
td.TdClassName
{
border-color: #05AE6D;
}
.TagClassName
{
border-color: #05AE6D;
}
</style>