Shades of Jade #00B569
Tints of Jade #00B569
RGB
CMYK
RGB Variations
Color information
#00B569 (or 0x00B569) is known color: Jade. HEX triplet: 00, B5 and 69. RGB value is (0,181,105). Sum of RGB (Red+Green+Blue) = 0+181+105=286 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 286); Green value is 181 (71.09% from 255 or 63.29% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 181 - color contains mainly: green. Hex color #00B569 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00B569 is #FF4A96. Grayscale: #767676. Windows color (decimal): -16730775 or 6927616. OLE color: 6927616.
HSL color Cylindrical-coordinate representation of color #00B569: hue angle of 154.81º 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 #00B569 is Cyan = 1, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 181 | 105 | - |
| CMYK | 1 | 0 | 0.42 | 0.29 |
| HSL | 154.81º | 1% | 0.35% | - |
| HSV(B) | 154.81º | 1% | 0.71% | - |
| XYZ | 19.07 | 34.07 | 18.94 | - |
| YUV | 118.22 | 120.53 | 43.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 181 | 105 | 1 | 0 | 0.42 | 0.29 | 154.81 | 1 | 0.35 |
| Hex | 0 | B5 | 69 | 64 | 0 | 2A | 1D | 9B | 64 | 23 |
| Octal | 0 | 265 | 151 | 144 | 0 | 52 | 35 | 233 | 144 | 43 |
| Binary | 0 | 10110101 | 1101001 | 1100100 | 0 | 101010 | 11101 | 10011011 | 1100100 | 100011 |
Color Harmonies of #00B569
Complementary color
Monochromatic Colors of #00B569
Black with #00B569
Text Example
Text Example
White with #00B569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B569; }
p { color: rgb(0,181,105); }
H1.HeaderClassName
{
color: #00B569;
}
.AnyTagClassName
{
color: #00B569;
}
</style>
background-color css
<style>
a { background-color: #00B569; }
a { background-color: rgb(0,181,105); }
div.DivClassName
{
background-color: #00B569;
}
.BgClassName
{
background-color: #00B569;
}
</style>
border-color css
<style>
span { border-color: #00B569; }
span { border-color: rgb(0,181,105); }
td.TdClassName
{
border-color: #00B569;
}
.TagClassName
{
border-color: #00B569;
}
</style>