Shades of Jade #00A969
Tints of Jade #00A969
RGB
CMYK
RGB Variations
Color information
#00A969 (or 0x00A969) is known color: Jade. HEX triplet: 00, A9 and 69. RGB value is (0,169,105). Sum of RGB (Red+Green+Blue) = 0+169+105=274 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 274); Green value is 169 (66.41% from 255 or 61.68% from 274); Blue value is 105 (41.41% from 255 or 38.32% from 274); Max value from RGB is 169 - color contains mainly: green. Hex color #00A969 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A969 is #FF5696. Grayscale: #6F6F6F. Windows color (decimal): -16733847 or 6924544. OLE color: 6924544.
HSL color Cylindrical-coordinate representation of color #00A969: hue angle of 157.28º 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 #00A969 is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 169 | 105 | - |
| CMYK | 1 | 0 | 0.38 | 0.34 |
| HSL | 157.28º | 1% | 0.33% | - |
| HSV(B) | 157.28º | 1% | 0.66% | - |
| XYZ | 16.74 | 29.4 | 18.16 | - |
| YUV | 111.17 | 124.51 | 48.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 169 | 105 | 1 | 0 | 0.38 | 0.34 | 157.28 | 1 | 0.33 |
| Hex | 0 | A9 | 69 | 64 | 0 | 26 | 22 | 9D | 64 | 21 |
| Octal | 0 | 251 | 151 | 144 | 0 | 46 | 42 | 235 | 144 | 41 |
| Binary | 0 | 10101001 | 1101001 | 1100100 | 0 | 100110 | 100010 | 10011101 | 1100100 | 100001 |
Color Harmonies of #00A969
Complementary color
Monochromatic Colors of #00A969
Black with #00A969
Text Example
Text Example
White with #00A969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A969; }
p { color: rgb(0,169,105); }
H1.HeaderClassName
{
color: #00A969;
}
.AnyTagClassName
{
color: #00A969;
}
</style>
background-color css
<style>
a { background-color: #00A969; }
a { background-color: rgb(0,169,105); }
div.DivClassName
{
background-color: #00A969;
}
.BgClassName
{
background-color: #00A969;
}
</style>
border-color css
<style>
span { border-color: #00A969; }
span { border-color: rgb(0,169,105); }
td.TdClassName
{
border-color: #00A969;
}
.TagClassName
{
border-color: #00A969;
}
</style>