Shades of Jade #00B467
Tints of Jade #00B467
RGB
CMYK
RGB Variations
Color information
#00B467 (or 0x00B467) is known color: Jade. HEX triplet: 00, B4 and 67. RGB value is (0,180,103). Sum of RGB (Red+Green+Blue) = 0+180+103=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 180 (70.70% from 255 or 63.60% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 180 - color contains mainly: green. Hex color #00B467 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00B467 is #FF4B98. Grayscale: #757575. Windows color (decimal): -16731033 or 6796288. OLE color: 6796288.
HSL color Cylindrical-coordinate representation of color #00B467: hue angle of 154.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 #00B467 is Cyan = 1, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 180 | 103 | - |
| CMYK | 1 | 0 | 0.43 | 0.29 |
| HSL | 154.33º | 1% | 0.35% | - |
| HSV(B) | 154.33º | 1% | 0.71% | - |
| XYZ | 18.77 | 33.62 | 18.33 | - |
| YUV | 117.4 | 119.87 | 44.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 180 | 103 | 1 | 0 | 0.43 | 0.29 | 154.33 | 1 | 0.35 |
| Hex | 0 | B4 | 67 | 64 | 0 | 2B | 1D | 9A | 64 | 23 |
| Octal | 0 | 264 | 147 | 144 | 0 | 53 | 35 | 232 | 144 | 43 |
| Binary | 0 | 10110100 | 1100111 | 1100100 | 0 | 101011 | 11101 | 10011010 | 1100100 | 100011 |
Color Harmonies of #00B467
Complementary color
Monochromatic Colors of #00B467
Black with #00B467
Text Example
Text Example
White with #00B467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B467; }
p { color: rgb(0,180,103); }
H1.HeaderClassName
{
color: #00B467;
}
.AnyTagClassName
{
color: #00B467;
}
</style>
background-color css
<style>
a { background-color: #00B467; }
a { background-color: rgb(0,180,103); }
div.DivClassName
{
background-color: #00B467;
}
.BgClassName
{
background-color: #00B467;
}
</style>
border-color css
<style>
span { border-color: #00B467; }
span { border-color: rgb(0,180,103); }
td.TdClassName
{
border-color: #00B467;
}
.TagClassName
{
border-color: #00B467;
}
</style>