Shades of Jade #02BD6D
Tints of Jade #02BD6D
RGB
CMYK
RGB Variations
Color information
#02BD6D (or 0x02BD6D) is known color: Jade. HEX triplet: 02, BD and 6D. RGB value is (2,189,109). Sum of RGB (Red+Green+Blue) = 2+189+109=300 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 300); Green value is 189 (74.22% from 255 or 63% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 189 - color contains mainly: green. Hex color #02BD6D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BD6D is #FD4292. Grayscale: #7C7C7C. Windows color (decimal): -16597651 or 7191810. OLE color: 7191810.
HSL color Cylindrical-coordinate representation of color #02BD6D: hue angle of 154.33º 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 #02BD6D is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 189 | 109 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.26 |
| HSL | 154.33º | 0.98% | 0.37% | - |
| HSV(B) | 154.33º | 0.99% | 0.74% | - |
| XYZ | 20.98 | 37.51 | 20.6 | - |
| YUV | 123.97 | 119.55 | 41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 189 | 109 | 0.99 | 0 | 0.42 | 0.26 | 154.33 | 0.98 | 0.37 |
| Hex | 2 | BD | 6D | 63 | 0 | 2A | 1A | 9A | 62 | 25 |
| Octal | 2 | 275 | 155 | 143 | 0 | 52 | 32 | 232 | 142 | 45 |
| Binary | 10 | 10111101 | 1101101 | 1100011 | 0 | 101010 | 11010 | 10011010 | 1100010 | 100101 |
Color Harmonies of #02BD6D
Complementary color
Monochromatic Colors of #02BD6D
Black with #02BD6D
Text Example
Text Example
White with #02BD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BD6D; }
p { color: rgb(2,189,109); }
H1.HeaderClassName
{
color: #02BD6D;
}
.AnyTagClassName
{
color: #02BD6D;
}
</style>
background-color css
<style>
a { background-color: #02BD6D; }
a { background-color: rgb(2,189,109); }
div.DivClassName
{
background-color: #02BD6D;
}
.BgClassName
{
background-color: #02BD6D;
}
</style>
border-color css
<style>
span { border-color: #02BD6D; }
span { border-color: rgb(2,189,109); }
td.TdClassName
{
border-color: #02BD6D;
}
.TagClassName
{
border-color: #02BD6D;
}
</style>