Shades of Jade #00B461
Tints of Jade #00B461
RGB
CMYK
RGB Variations
Color information
#00B461 (or 0x00B461) is known color: Jade. HEX triplet: 00, B4 and 61. RGB value is (0,180,97). Sum of RGB (Red+Green+Blue) = 0+180+97=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 180 (70.70% from 255 or 64.98% from 277); Blue value is 97 (38.28% from 255 or 35.02% from 277); Max value from RGB is 180 - color contains mainly: green. Hex color #00B461 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00B461 is #FF4B9E. Grayscale: #747474. Windows color (decimal): -16731039 or 6403072. OLE color: 6403072.
HSL color Cylindrical-coordinate representation of color #00B461: hue angle of 152.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 #00B461 is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 180 | 97 | - |
| CMYK | 1 | 0 | 0.46 | 0.29 |
| HSL | 152.33º | 1% | 0.35% | - |
| HSV(B) | 152.33º | 1% | 0.71% | - |
| XYZ | 18.48 | 33.51 | 16.8 | - |
| YUV | 116.72 | 116.87 | 44.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 180 | 97 | 1 | 0 | 0.46 | 0.29 | 152.33 | 1 | 0.35 |
| Hex | 0 | B4 | 61 | 64 | 0 | 2E | 1D | 98 | 64 | 23 |
| Octal | 0 | 264 | 141 | 144 | 0 | 56 | 35 | 230 | 144 | 43 |
| Binary | 0 | 10110100 | 1100001 | 1100100 | 0 | 101110 | 11101 | 10011000 | 1100100 | 100011 |
Color Harmonies of #00B461
Complementary color
Monochromatic Colors of #00B461
Black with #00B461
Text Example
Text Example
White with #00B461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B461; }
p { color: rgb(0,180,97); }
H1.HeaderClassName
{
color: #00B461;
}
.AnyTagClassName
{
color: #00B461;
}
</style>
background-color css
<style>
a { background-color: #00B461; }
a { background-color: rgb(0,180,97); }
div.DivClassName
{
background-color: #00B461;
}
.BgClassName
{
background-color: #00B461;
}
</style>
border-color css
<style>
span { border-color: #00B461; }
span { border-color: rgb(0,180,97); }
td.TdClassName
{
border-color: #00B461;
}
.TagClassName
{
border-color: #00B461;
}
</style>