Shades of Jade #02BC68
Tints of Jade #02BC68
RGB
CMYK
RGB Variations
Color information
#02BC68 (or 0x02BC68) is known color: Jade. HEX triplet: 02, BC and 68. RGB value is (2,188,104). Sum of RGB (Red+Green+Blue) = 2+188+104=294 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 294); Green value is 188 (73.83% from 255 or 63.95% from 294); Blue value is 104 (41.02% from 255 or 35.37% from 294); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BC68 is #FD4397. Grayscale: #7A7A7A. Windows color (decimal): -16597912 or 6863874. OLE color: 6863874.
HSL color Cylindrical-coordinate representation of color #02BC68: hue angle of 152.9º 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 #02BC68 is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 188 | 104 | - |
| CMYK | 0.99 | 0 | 0.45 | 0.26 |
| HSL | 152.9º | 0.98% | 0.37% | - |
| HSV(B) | 152.9º | 0.99% | 0.74% | - |
| XYZ | 20.51 | 36.98 | 19.15 | - |
| YUV | 122.81 | 117.38 | 41.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 188 | 104 | 0.99 | 0 | 0.45 | 0.26 | 152.9 | 0.98 | 0.37 |
| Hex | 2 | BC | 68 | 63 | 0 | 2D | 1A | 99 | 62 | 25 |
| Octal | 2 | 274 | 150 | 143 | 0 | 55 | 32 | 231 | 142 | 45 |
| Binary | 10 | 10111100 | 1101000 | 1100011 | 0 | 101101 | 11010 | 10011001 | 1100010 | 100101 |
Color Harmonies of #02BC68
Complementary color
Monochromatic Colors of #02BC68
Black with #02BC68
Text Example
Text Example
White with #02BC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BC68; }
p { color: rgb(2,188,104); }
H1.HeaderClassName
{
color: #02BC68;
}
.AnyTagClassName
{
color: #02BC68;
}
</style>
background-color css
<style>
a { background-color: #02BC68; }
a { background-color: rgb(2,188,104); }
div.DivClassName
{
background-color: #02BC68;
}
.BgClassName
{
background-color: #02BC68;
}
</style>
border-color css
<style>
span { border-color: #02BC68; }
span { border-color: rgb(2,188,104); }
td.TdClassName
{
border-color: #02BC68;
}
.TagClassName
{
border-color: #02BC68;
}
</style>