Shades of Jade #00B66E
Tints of Jade #00B66E
RGB
CMYK
RGB Variations
Color information
#00B66E (or 0x00B66E) is known color: Jade. HEX triplet: 00, B6 and 6E. RGB value is (0,182,110). Sum of RGB (Red+Green+Blue) = 0+182+110=292 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 292); Green value is 182 (71.48% from 255 or 62.33% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 182 - color contains mainly: green. Hex color #00B66E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00B66E is #FF4991. Grayscale: #777777. Windows color (decimal): -16730514 or 7255552. OLE color: 7255552.
HSL color Cylindrical-coordinate representation of color #00B66E: hue angle of 156.26º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B66E is Cyan = 1, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 182 | 110 | - |
| CMYK | 1 | 0 | 0.40 | 0.29 |
| HSL | 156.26º | 1% | 0.36% | - |
| HSV(B) | 156.26º | 1% | 0.71% | - |
| XYZ | 19.54 | 34.58 | 20.4 | - |
| YUV | 119.37 | 122.7 | 42.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 182 | 110 | 1 | 0 | 0.40 | 0.29 | 156.26 | 1 | 0.36 |
| Hex | 0 | B6 | 6E | 64 | 0 | 28 | 1D | 9C | 64 | 24 |
| Octal | 0 | 266 | 156 | 144 | 0 | 50 | 35 | 234 | 144 | 44 |
| Binary | 0 | 10110110 | 1101110 | 1100100 | 0 | 101000 | 11101 | 10011100 | 1100100 | 100100 |
Color Harmonies of #00B66E
Complementary color
Monochromatic Colors of #00B66E
Black with #00B66E
Text Example
Text Example
White with #00B66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B66E; }
p { color: rgb(0,182,110); }
H1.HeaderClassName
{
color: #00B66E;
}
.AnyTagClassName
{
color: #00B66E;
}
</style>
background-color css
<style>
a { background-color: #00B66E; }
a { background-color: rgb(0,182,110); }
div.DivClassName
{
background-color: #00B66E;
}
.BgClassName
{
background-color: #00B66E;
}
</style>
border-color css
<style>
span { border-color: #00B66E; }
span { border-color: rgb(0,182,110); }
td.TdClassName
{
border-color: #00B66E;
}
.TagClassName
{
border-color: #00B66E;
}
</style>