Shades of Jade #00AF7B
Tints of Jade #00AF7B
RGB
CMYK
RGB Variations
Color information
#00AF7B (or 0x00AF7B) is known color: Jade. HEX triplet: 00, AF and 7B. RGB value is (0,175,123). Sum of RGB (Red+Green+Blue) = 0+175+123=298 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 298); Green value is 175 (68.75% from 255 or 58.72% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 175 - color contains mainly: green. Hex color #00AF7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00AF7B is #FF5084. Grayscale: #747474. Windows color (decimal): -16732293 or 8105728. OLE color: 8105728.
HSL color Cylindrical-coordinate representation of color #00AF7B: hue angle of 162.17º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AF7B is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 175 | 123 | - |
| CMYK | 1 | 0 | 0.30 | 0.31 |
| HSL | 162.17º | 1% | 0.34% | - |
| HSV(B) | 162.17º | 1% | 0.69% | - |
| XYZ | 18.91 | 32.09 | 23.94 | - |
| YUV | 116.75 | 131.52 | 44.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 175 | 123 | 1 | 0 | 0.30 | 0.31 | 162.17 | 1 | 0.34 |
| Hex | 0 | AF | 7B | 64 | 0 | 1E | 1F | A2 | 64 | 22 |
| Octal | 0 | 257 | 173 | 144 | 0 | 36 | 37 | 242 | 144 | 42 |
| Binary | 0 | 10101111 | 1111011 | 1100100 | 0 | 11110 | 11111 | 10100010 | 1100100 | 100010 |
Color Harmonies of #00AF7B
Complementary color
Monochromatic Colors of #00AF7B
Black with #00AF7B
Text Example
Text Example
White with #00AF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AF7B; }
p { color: rgb(0,175,123); }
H1.HeaderClassName
{
color: #00AF7B;
}
.AnyTagClassName
{
color: #00AF7B;
}
</style>
background-color css
<style>
a { background-color: #00AF7B; }
a { background-color: rgb(0,175,123); }
div.DivClassName
{
background-color: #00AF7B;
}
.BgClassName
{
background-color: #00AF7B;
}
</style>
border-color css
<style>
span { border-color: #00AF7B; }
span { border-color: rgb(0,175,123); }
td.TdClassName
{
border-color: #00AF7B;
}
.TagClassName
{
border-color: #00AF7B;
}
</style>