Shades of Jade #02BC76
Tints of Jade #02BC76
RGB
CMYK
RGB Variations
Color information
#02BC76 (or 0x02BC76) is known color: Jade. HEX triplet: 02, BC and 76. RGB value is (2,188,118). Sum of RGB (Red+Green+Blue) = 2+188+118=308 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 308); Green value is 188 (73.83% from 255 or 61.04% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BC76 is #FD4389. Grayscale: #7C7C7C. Windows color (decimal): -16597898 or 7781378. OLE color: 7781378.
HSL color Cylindrical-coordinate representation of color #02BC76: hue angle of 157.42º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BC76 is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 188 | 118 | - |
| CMYK | 0.99 | 0 | 0.37 | 0.26 |
| HSL | 157.42º | 0.98% | 0.37% | - |
| HSV(B) | 157.42º | 0.99% | 0.74% | - |
| XYZ | 21.28 | 37.29 | 23.22 | - |
| YUV | 124.41 | 124.38 | 40.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 188 | 118 | 0.99 | 0 | 0.37 | 0.26 | 157.42 | 0.98 | 0.37 |
| Hex | 2 | BC | 76 | 63 | 0 | 25 | 1A | 9D | 62 | 25 |
| Octal | 2 | 274 | 166 | 143 | 0 | 45 | 32 | 235 | 142 | 45 |
| Binary | 10 | 10111100 | 1110110 | 1100011 | 0 | 100101 | 11010 | 10011101 | 1100010 | 100101 |
Color Harmonies of #02BC76
Complementary color
Monochromatic Colors of #02BC76
Black with #02BC76
Text Example
Text Example
White with #02BC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BC76; }
p { color: rgb(2,188,118); }
H1.HeaderClassName
{
color: #02BC76;
}
.AnyTagClassName
{
color: #02BC76;
}
</style>
background-color css
<style>
a { background-color: #02BC76; }
a { background-color: rgb(2,188,118); }
div.DivClassName
{
background-color: #02BC76;
}
.BgClassName
{
background-color: #02BC76;
}
</style>
border-color css
<style>
span { border-color: #02BC76; }
span { border-color: rgb(2,188,118); }
td.TdClassName
{
border-color: #02BC76;
}
.TagClassName
{
border-color: #02BC76;
}
</style>