Shades of Jade #01AB6A
Tints of Jade #01AB6A
RGB
CMYK
RGB Variations
Color information
#01AB6A (or 0x01AB6A) is known color: Jade. HEX triplet: 01, AB and 6A. RGB value is (1,171,106). Sum of RGB (Red+Green+Blue) = 1+171+106=278 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 278); Green value is 171 (67.19% from 255 or 61.51% from 278); Blue value is 106 (41.80% from 255 or 38.13% from 278); Max value from RGB is 171 - color contains mainly: green. Hex color #01AB6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AB6A is #FE5495. Grayscale: #707070. Windows color (decimal): -16667798 or 6990593. OLE color: 6990593.
HSL color Cylindrical-coordinate representation of color #01AB6A: hue angle of 157.06º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AB6A is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 171 | 106 | - |
| CMYK | 0.99 | 0 | 0.38 | 0.33 |
| HSL | 157.06º | 0.99% | 0.34% | - |
| HSV(B) | 157.06º | 0.99% | 0.67% | - |
| XYZ | 17.18 | 30.17 | 18.55 | - |
| YUV | 112.76 | 124.18 | 48.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 171 | 106 | 0.99 | 0 | 0.38 | 0.33 | 157.06 | 0.99 | 0.34 |
| Hex | 1 | AB | 6A | 63 | 0 | 26 | 21 | 9D | 63 | 22 |
| Octal | 1 | 253 | 152 | 143 | 0 | 46 | 41 | 235 | 143 | 42 |
| Binary | 1 | 10101011 | 1101010 | 1100011 | 0 | 100110 | 100001 | 10011101 | 1100011 | 100010 |
Color Harmonies of #01AB6A
Complementary color
Monochromatic Colors of #01AB6A
Black with #01AB6A
Text Example
Text Example
White with #01AB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AB6A; }
p { color: rgb(1,171,106); }
H1.HeaderClassName
{
color: #01AB6A;
}
.AnyTagClassName
{
color: #01AB6A;
}
</style>
background-color css
<style>
a { background-color: #01AB6A; }
a { background-color: rgb(1,171,106); }
div.DivClassName
{
background-color: #01AB6A;
}
.BgClassName
{
background-color: #01AB6A;
}
</style>
border-color css
<style>
span { border-color: #01AB6A; }
span { border-color: rgb(1,171,106); }
td.TdClassName
{
border-color: #01AB6A;
}
.TagClassName
{
border-color: #01AB6A;
}
</style>