Shades of Jade #05AF65
Tints of Jade #05AF65
RGB
CMYK
RGB Variations
Color information
#05AF65 (or 0x05AF65) is known color: Jade. HEX triplet: 05, AF and 65. RGB value is (5,175,101). Sum of RGB (Red+Green+Blue) = 5+175+101=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 175 (68.75% from 255 or 62.28% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 175 - color contains mainly: green. Hex color #05AF65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05AF65 is #FA509A. Grayscale: #737373. Windows color (decimal): -16404635 or 6663941. OLE color: 6663941.
HSL color Cylindrical-coordinate representation of color #05AF65: hue angle of 153.88º 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 #05AF65 is Cyan = 0.97, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 5 | 175 | 101 | - |
| CMYK | 0.97 | 0 | 0.42 | 0.31 |
| HSL | 153.88º | 0.94% | 0.35% | - |
| HSV(B) | 153.88º | 0.97% | 0.69% | - |
| XYZ | 17.74 | 31.63 | 17.48 | - |
| YUV | 115.73 | 119.68 | 49.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 175 | 101 | 0.97 | 0 | 0.42 | 0.31 | 153.88 | 0.94 | 0.35 |
| Hex | 5 | AF | 65 | 61 | 0 | 2A | 1F | 9A | 5E | 23 |
| Octal | 5 | 257 | 145 | 141 | 0 | 52 | 37 | 232 | 136 | 43 |
| Binary | 101 | 10101111 | 1100101 | 1100001 | 0 | 101010 | 11111 | 10011010 | 1011110 | 100011 |
Color Harmonies of #05AF65
Complementary color
Monochromatic Colors of #05AF65
Black with #05AF65
Text Example
Text Example
White with #05AF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AF65; }
p { color: rgb(5,175,101); }
H1.HeaderClassName
{
color: #05AF65;
}
.AnyTagClassName
{
color: #05AF65;
}
</style>
background-color css
<style>
a { background-color: #05AF65; }
a { background-color: rgb(5,175,101); }
div.DivClassName
{
background-color: #05AF65;
}
.BgClassName
{
background-color: #05AF65;
}
</style>
border-color css
<style>
span { border-color: #05AF65; }
span { border-color: rgb(5,175,101); }
td.TdClassName
{
border-color: #05AF65;
}
.TagClassName
{
border-color: #05AF65;
}
</style>