Shades of Jade #05AF63
Tints of Jade #05AF63
RGB
CMYK
RGB Variations
Color information
#05AF63 (or 0x05AF63) is known color: Jade. HEX triplet: 05, AF and 63. RGB value is (5,175,99). Sum of RGB (Red+Green+Blue) = 5+175+99=279 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 279); Green value is 175 (68.75% from 255 or 62.72% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 175 - color contains mainly: green. Hex color #05AF63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05AF63 is #FA509C. Grayscale: #737373. Windows color (decimal): -16404637 or 6532869. OLE color: 6532869.
HSL color Cylindrical-coordinate representation of color #05AF63: hue angle of 153.18º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05AF63 is Cyan = 0.97, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 5 | 175 | 99 | - |
| CMYK | 0.97 | 0 | 0.43 | 0.31 |
| HSL | 153.18º | 0.94% | 0.35% | - |
| HSV(B) | 153.18º | 0.97% | 0.69% | - |
| XYZ | 17.64 | 31.59 | 16.97 | - |
| YUV | 115.51 | 118.68 | 49.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 175 | 99 | 0.97 | 0 | 0.43 | 0.31 | 153.18 | 0.94 | 0.35 |
| Hex | 5 | AF | 63 | 61 | 0 | 2B | 1F | 99 | 5E | 23 |
| Octal | 5 | 257 | 143 | 141 | 0 | 53 | 37 | 231 | 136 | 43 |
| Binary | 101 | 10101111 | 1100011 | 1100001 | 0 | 101011 | 11111 | 10011001 | 1011110 | 100011 |
Color Harmonies of #05AF63
Complementary color
Monochromatic Colors of #05AF63
Black with #05AF63
Text Example
Text Example
White with #05AF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AF63; }
p { color: rgb(5,175,99); }
H1.HeaderClassName
{
color: #05AF63;
}
.AnyTagClassName
{
color: #05AF63;
}
</style>
background-color css
<style>
a { background-color: #05AF63; }
a { background-color: rgb(5,175,99); }
div.DivClassName
{
background-color: #05AF63;
}
.BgClassName
{
background-color: #05AF63;
}
</style>
border-color css
<style>
span { border-color: #05AF63; }
span { border-color: rgb(5,175,99); }
td.TdClassName
{
border-color: #05AF63;
}
.TagClassName
{
border-color: #05AF63;
}
</style>