Shades of Jade #02C668
Tints of Jade #02C668
RGB
CMYK
RGB Variations
Color information
#02C668 (or 0x02C668) is known color: Jade. HEX triplet: 02, C6 and 68. RGB value is (2,198,104). Sum of RGB (Red+Green+Blue) = 2+198+104=304 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 304); Green value is 198 (77.73% from 255 or 65.13% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 198 - color contains mainly: green. Hex color #02C668 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C668 is #FD3997. Grayscale: #808080. Windows color (decimal): -16595352 or 6866434. OLE color: 6866434.
HSL color Cylindrical-coordinate representation of color #02C668: hue angle of 151.22º 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 #02C668 is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 198 | 104 | - |
| CMYK | 0.99 | 0 | 0.47 | 0.22 |
| HSL | 151.22º | 0.98% | 0.39% | - |
| HSV(B) | 151.22º | 0.99% | 0.78% | - |
| XYZ | 22.72 | 41.4 | 19.89 | - |
| YUV | 128.68 | 114.07 | 37.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 198 | 104 | 0.99 | 0 | 0.47 | 0.22 | 151.22 | 0.98 | 0.39 |
| Hex | 2 | C6 | 68 | 63 | 0 | 2F | 16 | 97 | 62 | 27 |
| Octal | 2 | 306 | 150 | 143 | 0 | 57 | 26 | 227 | 142 | 47 |
| Binary | 10 | 11000110 | 1101000 | 1100011 | 0 | 101111 | 10110 | 10010111 | 1100010 | 100111 |
Color Harmonies of #02C668
Complementary color
Monochromatic Colors of #02C668
Black with #02C668
Text Example
Text Example
White with #02C668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C668; }
p { color: rgb(2,198,104); }
H1.HeaderClassName
{
color: #02C668;
}
.AnyTagClassName
{
color: #02C668;
}
</style>
background-color css
<style>
a { background-color: #02C668; }
a { background-color: rgb(2,198,104); }
div.DivClassName
{
background-color: #02C668;
}
.BgClassName
{
background-color: #02C668;
}
</style>
border-color css
<style>
span { border-color: #02C668; }
span { border-color: rgb(2,198,104); }
td.TdClassName
{
border-color: #02C668;
}
.TagClassName
{
border-color: #02C668;
}
</style>