Shades of Jade #00BE7A
Tints of Jade #00BE7A
RGB
CMYK
RGB Variations
Color information
#00BE7A (or 0x00BE7A) is known color: Jade. HEX triplet: 00, BE and 7A. RGB value is (0,190,122). Sum of RGB (Red+Green+Blue) = 0+190+122=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 190 (74.61% from 255 or 60.90% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 190 - color contains mainly: green. Hex color #00BE7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00BE7A is #FF4185. Grayscale: #7D7D7D. Windows color (decimal): -16728454 or 8044032. OLE color: 8044032.
HSL color Cylindrical-coordinate representation of color #00BE7A: hue angle of 158.53º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BE7A is Cyan = 1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 190 | 122 | - |
| CMYK | 1 | 0 | 0.36 | 0.25 |
| HSL | 158.53º | 1% | 0.37% | - |
| HSV(B) | 158.53º | 1% | 0.75% | - |
| XYZ | 21.93 | 38.23 | 24.64 | - |
| YUV | 125.44 | 126.05 | 38.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 190 | 122 | 1 | 0 | 0.36 | 0.25 | 158.53 | 1 | 0.37 |
| Hex | 0 | BE | 7A | 64 | 0 | 24 | 19 | 9F | 64 | 25 |
| Octal | 0 | 276 | 172 | 144 | 0 | 44 | 31 | 237 | 144 | 45 |
| Binary | 0 | 10111110 | 1111010 | 1100100 | 0 | 100100 | 11001 | 10011111 | 1100100 | 100101 |
Color Harmonies of #00BE7A
Complementary color
Monochromatic Colors of #00BE7A
Black with #00BE7A
Text Example
Text Example
White with #00BE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BE7A; }
p { color: rgb(0,190,122); }
H1.HeaderClassName
{
color: #00BE7A;
}
.AnyTagClassName
{
color: #00BE7A;
}
</style>
background-color css
<style>
a { background-color: #00BE7A; }
a { background-color: rgb(0,190,122); }
div.DivClassName
{
background-color: #00BE7A;
}
.BgClassName
{
background-color: #00BE7A;
}
</style>
border-color css
<style>
span { border-color: #00BE7A; }
span { border-color: rgb(0,190,122); }
td.TdClassName
{
border-color: #00BE7A;
}
.TagClassName
{
border-color: #00BE7A;
}
</style>