Shades of Jade #01AE7A
Tints of Jade #01AE7A
RGB
CMYK
RGB Variations
Color information
#01AE7A (or 0x01AE7A) is known color: Jade. HEX triplet: 01, AE and 7A. RGB value is (1,174,122). Sum of RGB (Red+Green+Blue) = 1+174+122=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 174 (68.36% from 255 or 58.59% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 174 - color contains mainly: green. Hex color #01AE7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AE7A is #FE5185. Grayscale: #747474. Windows color (decimal): -16667014 or 8039937. OLE color: 8039937.
HSL color Cylindrical-coordinate representation of color #01AE7A: hue angle of 161.97º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AE7A is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 174 | 122 | - |
| CMYK | 0.99 | 0 | 0.30 | 0.32 |
| HSL | 161.97º | 0.99% | 0.34% | - |
| HSV(B) | 161.97º | 0.99% | 0.68% | - |
| XYZ | 18.66 | 31.68 | 23.54 | - |
| YUV | 116.35 | 131.19 | 45.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 174 | 122 | 0.99 | 0 | 0.30 | 0.32 | 161.97 | 0.99 | 0.34 |
| Hex | 1 | AE | 7A | 63 | 0 | 1E | 20 | A2 | 63 | 22 |
| Octal | 1 | 256 | 172 | 143 | 0 | 36 | 40 | 242 | 143 | 42 |
| Binary | 1 | 10101110 | 1111010 | 1100011 | 0 | 11110 | 100000 | 10100010 | 1100011 | 100010 |
Color Harmonies of #01AE7A
Complementary color
Monochromatic Colors of #01AE7A
Black with #01AE7A
Text Example
Text Example
White with #01AE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AE7A; }
p { color: rgb(1,174,122); }
H1.HeaderClassName
{
color: #01AE7A;
}
.AnyTagClassName
{
color: #01AE7A;
}
</style>
background-color css
<style>
a { background-color: #01AE7A; }
a { background-color: rgb(1,174,122); }
div.DivClassName
{
background-color: #01AE7A;
}
.BgClassName
{
background-color: #01AE7A;
}
</style>
border-color css
<style>
span { border-color: #01AE7A; }
span { border-color: rgb(1,174,122); }
td.TdClassName
{
border-color: #01AE7A;
}
.TagClassName
{
border-color: #01AE7A;
}
</style>