Shades of Jade #00BD7A
Tints of Jade #00BD7A
RGB
CMYK
RGB Variations
Color information
#00BD7A (or 0x00BD7A) is known color: Jade. HEX triplet: 00, BD and 7A. RGB value is (0,189,122). Sum of RGB (Red+Green+Blue) = 0+189+122=311 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 311); Green value is 189 (74.22% from 255 or 60.77% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 189 - color contains mainly: green. Hex color #00BD7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00BD7A is #FF4285. Grayscale: #7C7C7C. Windows color (decimal): -16728710 or 8043776. OLE color: 8043776.
HSL color Cylindrical-coordinate representation of color #00BD7A: hue angle of 158.73º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BD7A is Cyan = 1, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 189 | 122 | - |
| CMYK | 1 | 0 | 0.35 | 0.26 |
| HSL | 158.73º | 1% | 0.37% | - |
| HSV(B) | 158.73º | 1% | 0.74% | - |
| XYZ | 21.71 | 37.8 | 24.56 | - |
| YUV | 124.85 | 126.38 | 38.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 189 | 122 | 1 | 0 | 0.35 | 0.26 | 158.73 | 1 | 0.37 |
| Hex | 0 | BD | 7A | 64 | 0 | 23 | 1A | 9F | 64 | 25 |
| Octal | 0 | 275 | 172 | 144 | 0 | 43 | 32 | 237 | 144 | 45 |
| Binary | 0 | 10111101 | 1111010 | 1100100 | 0 | 100011 | 11010 | 10011111 | 1100100 | 100101 |
Color Harmonies of #00BD7A
Complementary color
Monochromatic Colors of #00BD7A
Black with #00BD7A
Text Example
Text Example
White with #00BD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BD7A; }
p { color: rgb(0,189,122); }
H1.HeaderClassName
{
color: #00BD7A;
}
.AnyTagClassName
{
color: #00BD7A;
}
</style>
background-color css
<style>
a { background-color: #00BD7A; }
a { background-color: rgb(0,189,122); }
div.DivClassName
{
background-color: #00BD7A;
}
.BgClassName
{
background-color: #00BD7A;
}
</style>
border-color css
<style>
span { border-color: #00BD7A; }
span { border-color: rgb(0,189,122); }
td.TdClassName
{
border-color: #00BD7A;
}
.TagClassName
{
border-color: #00BD7A;
}
</style>