Shades of Jade #01AF6E
Tints of Jade #01AF6E
RGB
CMYK
RGB Variations
Color information
#01AF6E (or 0x01AF6E) is known color: Jade. HEX triplet: 01, AF and 6E. RGB value is (1,175,110). Sum of RGB (Red+Green+Blue) = 1+175+110=286 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 286); Green value is 175 (68.75% from 255 or 61.19% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 175 - color contains mainly: green. Hex color #01AF6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AF6E is #FE5091. Grayscale: #737373. Windows color (decimal): -16666770 or 7253761. OLE color: 7253761.
HSL color Cylindrical-coordinate representation of color #01AF6E: hue angle of 157.59º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AF6E is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
RGB | 1 | 175 | 110 | - |
CMYK | 0.99 | 0 | 0.37 | 0.31 |
HSL | 157.59º | 0.99% | 0.35% | - |
HSV(B) | 157.59º | 0.99% | 0.69% | - |
XYZ | 18.16 | 31.79 | 19.93 | - |
YUV | 115.56 | 124.85 | 46.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 175 | 110 | 0.99 | 0 | 0.37 | 0.31 | 157.59 | 0.99 | 0.35 |
Hex | 1 | AF | 6E | 63 | 0 | 25 | 1F | 9E | 63 | 23 |
Octal | 1 | 257 | 156 | 143 | 0 | 45 | 37 | 236 | 143 | 43 |
Binary | 1 | 10101111 | 1101110 | 1100011 | 0 | 100101 | 11111 | 10011110 | 1100011 | 100011 |
Color Harmonies of #01AF6E
Complementary color
Monochromatic Colors of #01AF6E
Black with #01AF6E
Text Example
Text Example
White with #01AF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AF6E; }
p { color: rgb(1,175,110); }
H1.HeaderClassName
{
color: #01AF6E;
}
.AnyTagClassName
{
color: #01AF6E;
}
</style>
background-color css
<style>
a { background-color: #01AF6E; }
a { background-color: rgb(1,175,110); }
div.DivClassName
{
background-color: #01AF6E;
}
.BgClassName
{
background-color: #01AF6E;
}
</style>
border-color css
<style>
span { border-color: #01AF6E; }
span { border-color: rgb(1,175,110); }
td.TdClassName
{
border-color: #01AF6E;
}
.TagClassName
{
border-color: #01AF6E;
}
</style>