Shades of Jade #02C268
Tints of Jade #02C268
RGB
CMYK
RGB Variations
Color information
#02C268 (or 0x02C268) is known color: Jade. HEX triplet: 02, C2 and 68. RGB value is (2,194,104). Sum of RGB (Red+Green+Blue) = 2+194+104=300 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 300); Green value is 194 (76.17% from 255 or 64.67% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 194 - color contains mainly: green. Hex color #02C268 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C268 is #FD3D97. Grayscale: #7E7E7E. Windows color (decimal): -16596376 or 6865410. OLE color: 6865410.
HSL color Cylindrical-coordinate representation of color #02C268: hue angle of 151.88º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C268 is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 194 | 104 | - |
| CMYK | 0.99 | 0 | 0.46 | 0.24 |
| HSL | 151.88º | 0.98% | 0.38% | - |
| HSV(B) | 151.88º | 0.99% | 0.76% | - |
| XYZ | 21.82 | 39.6 | 19.59 | - |
| YUV | 126.33 | 115.39 | 39.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 194 | 104 | 0.99 | 0 | 0.46 | 0.24 | 151.88 | 0.98 | 0.38 |
| Hex | 2 | C2 | 68 | 63 | 0 | 2E | 18 | 98 | 62 | 26 |
| Octal | 2 | 302 | 150 | 143 | 0 | 56 | 30 | 230 | 142 | 46 |
| Binary | 10 | 11000010 | 1101000 | 1100011 | 0 | 101110 | 11000 | 10011000 | 1100010 | 100110 |
Color Harmonies of #02C268
Complementary color
Monochromatic Colors of #02C268
Black with #02C268
Text Example
Text Example
White with #02C268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C268; }
p { color: rgb(2,194,104); }
H1.HeaderClassName
{
color: #02C268;
}
.AnyTagClassName
{
color: #02C268;
}
</style>
background-color css
<style>
a { background-color: #02C268; }
a { background-color: rgb(2,194,104); }
div.DivClassName
{
background-color: #02C268;
}
.BgClassName
{
background-color: #02C268;
}
</style>
border-color css
<style>
span { border-color: #02C268; }
span { border-color: rgb(2,194,104); }
td.TdClassName
{
border-color: #02C268;
}
.TagClassName
{
border-color: #02C268;
}
</style>