Shades of Jade #00AE7B
Tints of Jade #00AE7B
RGB
CMYK
RGB Variations
Color information
#00AE7B (or 0x00AE7B) is known color: Jade. HEX triplet: 00, AE and 7B. RGB value is (0,174,123). Sum of RGB (Red+Green+Blue) = 0+174+123=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 174 (68.36% from 255 or 58.59% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 174 - color contains mainly: green. Hex color #00AE7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00AE7B is #FF5184. Grayscale: #747474. Windows color (decimal): -16732549 or 8105472. OLE color: 8105472.
HSL color Cylindrical-coordinate representation of color #00AE7B: hue angle of 162.41º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AE7B is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 174 | 123 | - |
| CMYK | 1 | 0 | 0.29 | 0.32 |
| HSL | 162.41º | 1% | 0.34% | - |
| HSV(B) | 162.41º | 1% | 0.68% | - |
| XYZ | 18.71 | 31.7 | 23.87 | - |
| YUV | 116.16 | 131.85 | 45.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 174 | 123 | 1 | 0 | 0.29 | 0.32 | 162.41 | 1 | 0.34 |
| Hex | 0 | AE | 7B | 64 | 0 | 1D | 20 | A2 | 64 | 22 |
| Octal | 0 | 256 | 173 | 144 | 0 | 35 | 40 | 242 | 144 | 42 |
| Binary | 0 | 10101110 | 1111011 | 1100100 | 0 | 11101 | 100000 | 10100010 | 1100100 | 100010 |
Color Harmonies of #00AE7B
Complementary color
Monochromatic Colors of #00AE7B
Black with #00AE7B
Text Example
Text Example
White with #00AE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AE7B; }
p { color: rgb(0,174,123); }
H1.HeaderClassName
{
color: #00AE7B;
}
.AnyTagClassName
{
color: #00AE7B;
}
</style>
background-color css
<style>
a { background-color: #00AE7B; }
a { background-color: rgb(0,174,123); }
div.DivClassName
{
background-color: #00AE7B;
}
.BgClassName
{
background-color: #00AE7B;
}
</style>
border-color css
<style>
span { border-color: #00AE7B; }
span { border-color: rgb(0,174,123); }
td.TdClassName
{
border-color: #00AE7B;
}
.TagClassName
{
border-color: #00AE7B;
}
</style>