Shades of Jade #02B978
Tints of Jade #02B978
RGB
CMYK
RGB Variations
Color information
#02B978 (or 0x02B978) is known color: Jade. HEX triplet: 02, B9 and 78. RGB value is (2,185,120). Sum of RGB (Red+Green+Blue) = 2+185+120=307 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 307); Green value is 185 (72.66% from 255 or 60.26% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 185 - color contains mainly: green. Hex color #02B978 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B978 is #FD4687. Grayscale: #7A7A7A. Windows color (decimal): -16598664 or 7911682. OLE color: 7911682.
HSL color Cylindrical-coordinate representation of color #02B978: hue angle of 158.69º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B978 is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 185 | 120 | - |
| CMYK | 0.99 | 0 | 0.35 | 0.27 |
| HSL | 158.69º | 0.98% | 0.37% | - |
| HSV(B) | 158.69º | 0.99% | 0.73% | - |
| XYZ | 20.76 | 36.07 | 23.64 | - |
| YUV | 122.87 | 126.37 | 41.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 185 | 120 | 0.99 | 0 | 0.35 | 0.27 | 158.69 | 0.98 | 0.37 |
| Hex | 2 | B9 | 78 | 63 | 0 | 23 | 1B | 9F | 62 | 25 |
| Octal | 2 | 271 | 170 | 143 | 0 | 43 | 33 | 237 | 142 | 45 |
| Binary | 10 | 10111001 | 1111000 | 1100011 | 0 | 100011 | 11011 | 10011111 | 1100010 | 100101 |
Color Harmonies of #02B978
Complementary color
Monochromatic Colors of #02B978
Black with #02B978
Text Example
Text Example
White with #02B978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B978; }
p { color: rgb(2,185,120); }
H1.HeaderClassName
{
color: #02B978;
}
.AnyTagClassName
{
color: #02B978;
}
</style>
background-color css
<style>
a { background-color: #02B978; }
a { background-color: rgb(2,185,120); }
div.DivClassName
{
background-color: #02B978;
}
.BgClassName
{
background-color: #02B978;
}
</style>
border-color css
<style>
span { border-color: #02B978; }
span { border-color: rgb(2,185,120); }
td.TdClassName
{
border-color: #02B978;
}
.TagClassName
{
border-color: #02B978;
}
</style>