Shades of Jade #06AF7A
Tints of Jade #06AF7A
RGB
CMYK
RGB Variations
Color information
#06AF7A (or 0x06AF7A) is known color: Jade. HEX triplet: 06, AF and 7A. RGB value is (6,175,122). Sum of RGB (Red+Green+Blue) = 6+175+122=303 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.98% from 303); Green value is 175 (68.75% from 255 or 57.76% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 175 - color contains mainly: green. Hex color #06AF7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06AF7A is #F95085. Grayscale: #767676. Windows color (decimal): -16339078 or 8040198. OLE color: 8040198.
HSL color Cylindrical-coordinate representation of color #06AF7A: hue angle of 161.18º degrees, saturation: 0.93, 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 #06AF7A is Cyan = 0.97, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 6 | 175 | 122 | - |
| CMYK | 0.97 | 0 | 0.30 | 0.31 |
| HSL | 161.18º | 0.93% | 0.35% | - |
| HSV(B) | 161.18º | 0.97% | 0.69% | - |
| XYZ | 18.92 | 32.1 | 23.61 | - |
| YUV | 118.43 | 130.01 | 47.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 175 | 122 | 0.97 | 0 | 0.30 | 0.31 | 161.18 | 0.93 | 0.35 |
| Hex | 6 | AF | 7A | 61 | 0 | 1E | 1F | A1 | 5D | 23 |
| Octal | 6 | 257 | 172 | 141 | 0 | 36 | 37 | 241 | 135 | 43 |
| Binary | 110 | 10101111 | 1111010 | 1100001 | 0 | 11110 | 11111 | 10100001 | 1011101 | 100011 |
Color Harmonies of #06AF7A
Complementary color
Monochromatic Colors of #06AF7A
Black with #06AF7A
Text Example
Text Example
White with #06AF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06AF7A; }
p { color: rgb(6,175,122); }
H1.HeaderClassName
{
color: #06AF7A;
}
.AnyTagClassName
{
color: #06AF7A;
}
</style>
background-color css
<style>
a { background-color: #06AF7A; }
a { background-color: rgb(6,175,122); }
div.DivClassName
{
background-color: #06AF7A;
}
.BgClassName
{
background-color: #06AF7A;
}
</style>
border-color css
<style>
span { border-color: #06AF7A; }
span { border-color: rgb(6,175,122); }
td.TdClassName
{
border-color: #06AF7A;
}
.TagClassName
{
border-color: #06AF7A;
}
</style>