Shades of Jade #01A768
Tints of Jade #01A768
RGB
CMYK
RGB Variations
Color information
#01A768 (or 0x01A768) is known color: Jade. HEX triplet: 01, A7 and 68. RGB value is (1,167,104). Sum of RGB (Red+Green+Blue) = 1+167+104=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 167 (65.62% from 255 or 61.40% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 167 - color contains mainly: green. Hex color #01A768 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A768 is #FE5897. Grayscale: #6E6E6E. Windows color (decimal): -16668824 or 6858497. OLE color: 6858497.
HSL color Cylindrical-coordinate representation of color #01A768: hue angle of 157.23º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A768 is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 167 | 104 | - |
| CMYK | 0.99 | 0 | 0.38 | 0.35 |
| HSL | 157.23º | 0.99% | 0.33% | - |
| HSV(B) | 157.23º | 0.99% | 0.65% | - |
| XYZ | 16.33 | 28.64 | 17.76 | - |
| YUV | 110.18 | 124.5 | 50.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 167 | 104 | 0.99 | 0 | 0.38 | 0.35 | 157.23 | 0.99 | 0.33 |
| Hex | 1 | A7 | 68 | 63 | 0 | 26 | 23 | 9D | 63 | 21 |
| Octal | 1 | 247 | 150 | 143 | 0 | 46 | 43 | 235 | 143 | 41 |
| Binary | 1 | 10100111 | 1101000 | 1100011 | 0 | 100110 | 100011 | 10011101 | 1100011 | 100001 |
Color Harmonies of #01A768
Complementary color
Monochromatic Colors of #01A768
Black with #01A768
Text Example
Text Example
White with #01A768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A768; }
p { color: rgb(1,167,104); }
H1.HeaderClassName
{
color: #01A768;
}
.AnyTagClassName
{
color: #01A768;
}
</style>
background-color css
<style>
a { background-color: #01A768; }
a { background-color: rgb(1,167,104); }
div.DivClassName
{
background-color: #01A768;
}
.BgClassName
{
background-color: #01A768;
}
</style>
border-color css
<style>
span { border-color: #01A768; }
span { border-color: rgb(1,167,104); }
td.TdClassName
{
border-color: #01A768;
}
.TagClassName
{
border-color: #01A768;
}
</style>