Shades of Jade #00A466
Tints of Jade #00A466
RGB
CMYK
RGB Variations
Color information
#00A466 (or 0x00A466) is known color: Jade. HEX triplet: 00, A4 and 66. RGB value is (0,164,102). Sum of RGB (Red+Green+Blue) = 0+164+102=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 164 (64.45% from 255 or 61.65% from 266); Blue value is 102 (40.23% from 255 or 38.35% from 266); Max value from RGB is 164 - color contains mainly: green. Hex color #00A466 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A466 is #FF5B99. Grayscale: #6B6B6B. Windows color (decimal): -16735130 or 6726656. OLE color: 6726656.
HSL color Cylindrical-coordinate representation of color #00A466: hue angle of 157.32º 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 #00A466 is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
RGB | 0 | 164 | 102 | - |
CMYK | 1 | 0 | 0.38 | 0.36 |
HSL | 157.32º | 1% | 0.32% | - |
HSV(B) | 157.32º | 1% | 0.64% | - |
XYZ | 15.67 | 27.51 | 17.05 | - |
YUV | 107.9 | 124.67 | 51.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 164 | 102 | 1 | 0 | 0.38 | 0.36 | 157.32 | 1 | 0.32 |
Hex | 0 | A4 | 66 | 64 | 0 | 26 | 24 | 9D | 64 | 20 |
Octal | 0 | 244 | 146 | 144 | 0 | 46 | 44 | 235 | 144 | 40 |
Binary | 0 | 10100100 | 1100110 | 1100100 | 0 | 100110 | 100100 | 10011101 | 1100100 | 100000 |
Color Harmonies of #00A466
Complementary color
Monochromatic Colors of #00A466
Black with #00A466
Text Example
Text Example
White with #00A466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A466; }
p { color: rgb(0,164,102); }
H1.HeaderClassName
{
color: #00A466;
}
.AnyTagClassName
{
color: #00A466;
}
</style>
background-color css
<style>
a { background-color: #00A466; }
a { background-color: rgb(0,164,102); }
div.DivClassName
{
background-color: #00A466;
}
.BgClassName
{
background-color: #00A466;
}
</style>
border-color css
<style>
span { border-color: #00A466; }
span { border-color: rgb(0,164,102); }
td.TdClassName
{
border-color: #00A466;
}
.TagClassName
{
border-color: #00A466;
}
</style>