Shades of Jade #06AF7C
Tints of Jade #06AF7C
RGB
CMYK
RGB Variations
Color information
#06AF7C (or 0x06AF7C) is known color: Jade. HEX triplet: 06, AF and 7C. RGB value is (6,175,124). Sum of RGB (Red+Green+Blue) = 6+175+124=305 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 305); Green value is 175 (68.75% from 255 or 57.38% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 175 - color contains mainly: green. Hex color #06AF7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06AF7C is #F95083. Grayscale: #767676. Windows color (decimal): -16339076 or 8171270. OLE color: 8171270.
HSL color Cylindrical-coordinate representation of color #06AF7C: hue angle of 161.89º 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 #06AF7C is Cyan = 0.97, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 6 | 175 | 124 | - |
| CMYK | 0.97 | 0 | 0.29 | 0.31 |
| HSL | 161.89º | 0.93% | 0.35% | - |
| HSV(B) | 161.89º | 0.97% | 0.69% | - |
| XYZ | 19.04 | 32.15 | 24.27 | - |
| YUV | 118.66 | 131.01 | 47.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 175 | 124 | 0.97 | 0 | 0.29 | 0.31 | 161.89 | 0.93 | 0.35 |
| Hex | 6 | AF | 7C | 61 | 0 | 1D | 1F | A2 | 5D | 23 |
| Octal | 6 | 257 | 174 | 141 | 0 | 35 | 37 | 242 | 135 | 43 |
| Binary | 110 | 10101111 | 1111100 | 1100001 | 0 | 11101 | 11111 | 10100010 | 1011101 | 100011 |
Color Harmonies of #06AF7C
Complementary color
Monochromatic Colors of #06AF7C
Black with #06AF7C
Text Example
Text Example
White with #06AF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06AF7C; }
p { color: rgb(6,175,124); }
H1.HeaderClassName
{
color: #06AF7C;
}
.AnyTagClassName
{
color: #06AF7C;
}
</style>
background-color css
<style>
a { background-color: #06AF7C; }
a { background-color: rgb(6,175,124); }
div.DivClassName
{
background-color: #06AF7C;
}
.BgClassName
{
background-color: #06AF7C;
}
</style>
border-color css
<style>
span { border-color: #06AF7C; }
span { border-color: rgb(6,175,124); }
td.TdClassName
{
border-color: #06AF7C;
}
.TagClassName
{
border-color: #06AF7C;
}
</style>