Shades of Jade #00A467
Tints of Jade #00A467
RGB
CMYK
RGB Variations
Color information
#00A467 (or 0x00A467) is known color: Jade. HEX triplet: 00, A4 and 67. RGB value is (0,164,103). Sum of RGB (Red+Green+Blue) = 0+164+103=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 164 (64.45% from 255 or 61.42% from 267); Blue value is 103 (40.62% from 255 or 38.58% from 267); Max value from RGB is 164 - color contains mainly: green. Hex color #00A467 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A467 is #FF5B98. Grayscale: #6C6C6C. Windows color (decimal): -16735129 or 6792192. OLE color: 6792192.
HSL color Cylindrical-coordinate representation of color #00A467: hue angle of 157.68º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A467 is Cyan = 1, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 164 | 103 | - |
| CMYK | 1 | 0 | 0.37 | 0.36 |
| HSL | 157.68º | 1% | 0.32% | - |
| HSV(B) | 157.68º | 1% | 0.64% | - |
| XYZ | 15.72 | 27.53 | 17.32 | - |
| YUV | 108.01 | 125.17 | 50.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 164 | 103 | 1 | 0 | 0.37 | 0.36 | 157.68 | 1 | 0.32 |
| Hex | 0 | A4 | 67 | 64 | 0 | 25 | 24 | 9E | 64 | 20 |
| Octal | 0 | 244 | 147 | 144 | 0 | 45 | 44 | 236 | 144 | 40 |
| Binary | 0 | 10100100 | 1100111 | 1100100 | 0 | 100101 | 100100 | 10011110 | 1100100 | 100000 |
Color Harmonies of #00A467
Complementary color
Monochromatic Colors of #00A467
Black with #00A467
Text Example
Text Example
White with #00A467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A467; }
p { color: rgb(0,164,103); }
H1.HeaderClassName
{
color: #00A467;
}
.AnyTagClassName
{
color: #00A467;
}
</style>
background-color css
<style>
a { background-color: #00A467; }
a { background-color: rgb(0,164,103); }
div.DivClassName
{
background-color: #00A467;
}
.BgClassName
{
background-color: #00A467;
}
</style>
border-color css
<style>
span { border-color: #00A467; }
span { border-color: rgb(0,164,103); }
td.TdClassName
{
border-color: #00A467;
}
.TagClassName
{
border-color: #00A467;
}
</style>