Shades of Jade #02C675
Tints of Jade #02C675
RGB
CMYK
RGB Variations
Color information
#02C675 (or 0x02C675) is known color: Jade. HEX triplet: 02, C6 and 75. RGB value is (2,198,117). Sum of RGB (Red+Green+Blue) = 2+198+117=317 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 317); Green value is 198 (77.73% from 255 or 62.46% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 198 - color contains mainly: green. Hex color #02C675 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C675 is #FD398A. Grayscale: #828282. Windows color (decimal): -16595339 or 7718402. OLE color: 7718402.
HSL color Cylindrical-coordinate representation of color #02C675: hue angle of 155.2º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C675 is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 198 | 117 | - |
| CMYK | 0.99 | 0 | 0.41 | 0.22 |
| HSL | 155.2º | 0.98% | 0.39% | - |
| HSV(B) | 155.2º | 0.99% | 0.78% | - |
| XYZ | 23.43 | 41.69 | 23.64 | - |
| YUV | 130.16 | 120.57 | 36.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 198 | 117 | 0.99 | 0 | 0.41 | 0.22 | 155.2 | 0.98 | 0.39 |
| Hex | 2 | C6 | 75 | 63 | 0 | 29 | 16 | 9B | 62 | 27 |
| Octal | 2 | 306 | 165 | 143 | 0 | 51 | 26 | 233 | 142 | 47 |
| Binary | 10 | 11000110 | 1110101 | 1100011 | 0 | 101001 | 10110 | 10011011 | 1100010 | 100111 |
Color Harmonies of #02C675
Complementary color
Monochromatic Colors of #02C675
Black with #02C675
Text Example
Text Example
White with #02C675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C675; }
p { color: rgb(2,198,117); }
H1.HeaderClassName
{
color: #02C675;
}
.AnyTagClassName
{
color: #02C675;
}
</style>
background-color css
<style>
a { background-color: #02C675; }
a { background-color: rgb(2,198,117); }
div.DivClassName
{
background-color: #02C675;
}
.BgClassName
{
background-color: #02C675;
}
</style>
border-color css
<style>
span { border-color: #02C675; }
span { border-color: rgb(2,198,117); }
td.TdClassName
{
border-color: #02C675;
}
.TagClassName
{
border-color: #02C675;
}
</style>