Shades of Jade #00B46D
Tints of Jade #00B46D
RGB
CMYK
RGB Variations
Color information
#00B46D (or 0x00B46D) is known color: Jade. HEX triplet: 00, B4 and 6D. RGB value is (0,180,109). Sum of RGB (Red+Green+Blue) = 0+180+109=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 180 (70.70% from 255 or 62.28% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 180 - color contains mainly: green. Hex color #00B46D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00B46D is #FF4B92. Grayscale: #767676. Windows color (decimal): -16731027 or 7189504. OLE color: 7189504.
HSL color Cylindrical-coordinate representation of color #00B46D: hue angle of 156.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B46D is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 180 | 109 | - |
| CMYK | 1 | 0 | 0.39 | 0.29 |
| HSL | 156.33º | 1% | 0.35% | - |
| HSV(B) | 156.33º | 1% | 0.71% | - |
| XYZ | 19.08 | 33.75 | 19.98 | - |
| YUV | 118.09 | 122.87 | 43.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 180 | 109 | 1 | 0 | 0.39 | 0.29 | 156.33 | 1 | 0.35 |
| Hex | 0 | B4 | 6D | 64 | 0 | 27 | 1D | 9C | 64 | 23 |
| Octal | 0 | 264 | 155 | 144 | 0 | 47 | 35 | 234 | 144 | 43 |
| Binary | 0 | 10110100 | 1101101 | 1100100 | 0 | 100111 | 11101 | 10011100 | 1100100 | 100011 |
Color Harmonies of #00B46D
Complementary color
Monochromatic Colors of #00B46D
Black with #00B46D
Text Example
Text Example
White with #00B46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B46D; }
p { color: rgb(0,180,109); }
H1.HeaderClassName
{
color: #00B46D;
}
.AnyTagClassName
{
color: #00B46D;
}
</style>
background-color css
<style>
a { background-color: #00B46D; }
a { background-color: rgb(0,180,109); }
div.DivClassName
{
background-color: #00B46D;
}
.BgClassName
{
background-color: #00B46D;
}
</style>
border-color css
<style>
span { border-color: #00B46D; }
span { border-color: rgb(0,180,109); }
td.TdClassName
{
border-color: #00B46D;
}
.TagClassName
{
border-color: #00B46D;
}
</style>