Shades of Jade #05A26B
Tints of Jade #05A26B
RGB
CMYK
RGB Variations
Color information
#05A26B (or 0x05A26B) is known color: Jade. HEX triplet: 05, A2 and 6B. RGB value is (5,162,107). Sum of RGB (Red+Green+Blue) = 5+162+107=274 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 274); Green value is 162 (63.67% from 255 or 59.12% from 274); Blue value is 107 (42.19% from 255 or 39.05% from 274); Max value from RGB is 162 - color contains mainly: green. Hex color #05A26B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05A26B is #FA5D94. Grayscale: #6C6C6C. Windows color (decimal): -16407957 or 7053829. OLE color: 7053829.
HSL color Cylindrical-coordinate representation of color #05A26B: hue angle of 158.98º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A26B is Cyan = 0.97, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 162 | 107 | - |
| CMYK | 0.97 | 0 | 0.34 | 0.36 |
| HSL | 158.98º | 0.94% | 0.33% | - |
| HSV(B) | 158.98º | 0.97% | 0.64% | - |
| XYZ | 15.64 | 26.93 | 18.28 | - |
| YUV | 108.79 | 126.99 | 53.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 162 | 107 | 0.97 | 0 | 0.34 | 0.36 | 158.98 | 0.94 | 0.33 |
| Hex | 5 | A2 | 6B | 61 | 0 | 22 | 24 | 9F | 5E | 21 |
| Octal | 5 | 242 | 153 | 141 | 0 | 42 | 44 | 237 | 136 | 41 |
| Binary | 101 | 10100010 | 1101011 | 1100001 | 0 | 100010 | 100100 | 10011111 | 1011110 | 100001 |
Color Harmonies of #05A26B
Complementary color
Monochromatic Colors of #05A26B
Black with #05A26B
Text Example
Text Example
White with #05A26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A26B; }
p { color: rgb(5,162,107); }
H1.HeaderClassName
{
color: #05A26B;
}
.AnyTagClassName
{
color: #05A26B;
}
</style>
background-color css
<style>
a { background-color: #05A26B; }
a { background-color: rgb(5,162,107); }
div.DivClassName
{
background-color: #05A26B;
}
.BgClassName
{
background-color: #05A26B;
}
</style>
border-color css
<style>
span { border-color: #05A26B; }
span { border-color: rgb(5,162,107); }
td.TdClassName
{
border-color: #05A26B;
}
.TagClassName
{
border-color: #05A26B;
}
</style>