Shades of Jade #00A968
Tints of Jade #00A968
RGB
CMYK
RGB Variations
Color information
#00A968 (or 0x00A968) is known color: Jade. HEX triplet: 00, A9 and 68. RGB value is (0,169,104). Sum of RGB (Red+Green+Blue) = 0+169+104=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 169 (66.41% from 255 or 61.90% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 169 - color contains mainly: green. Hex color #00A968 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A968 is #FF5697. Grayscale: #6F6F6F. Windows color (decimal): -16733848 or 6859008. OLE color: 6859008.
HSL color Cylindrical-coordinate representation of color #00A968: hue angle of 156.92º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A968 is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 169 | 104 | - |
| CMYK | 1 | 0 | 0.38 | 0.34 |
| HSL | 156.92º | 1% | 0.33% | - |
| HSV(B) | 156.92º | 1% | 0.66% | - |
| XYZ | 16.69 | 29.38 | 17.89 | - |
| YUV | 111.06 | 124.01 | 48.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 169 | 104 | 1 | 0 | 0.38 | 0.34 | 156.92 | 1 | 0.33 |
| Hex | 0 | A9 | 68 | 64 | 0 | 26 | 22 | 9D | 64 | 21 |
| Octal | 0 | 251 | 150 | 144 | 0 | 46 | 42 | 235 | 144 | 41 |
| Binary | 0 | 10101001 | 1101000 | 1100100 | 0 | 100110 | 100010 | 10011101 | 1100100 | 100001 |
Color Harmonies of #00A968
Complementary color
Monochromatic Colors of #00A968
Black with #00A968
Text Example
Text Example
White with #00A968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A968; }
p { color: rgb(0,169,104); }
H1.HeaderClassName
{
color: #00A968;
}
.AnyTagClassName
{
color: #00A968;
}
</style>
background-color css
<style>
a { background-color: #00A968; }
a { background-color: rgb(0,169,104); }
div.DivClassName
{
background-color: #00A968;
}
.BgClassName
{
background-color: #00A968;
}
</style>
border-color css
<style>
span { border-color: #00A968; }
span { border-color: rgb(0,169,104); }
td.TdClassName
{
border-color: #00A968;
}
.TagClassName
{
border-color: #00A968;
}
</style>