#02C078

Color #02C078 Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #02C078

Tints of Jade #02C078

Color information

#02C078 (or 0x02C078) is unknown color: approx Jade. HEX triplet: 02, C0 and 78. RGB value is (2,192,120). Sum of RGB (Red+Green+Blue) = 2+192+120=314 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 314); Green value is 192 (75.39% from 255 or 61.15% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 192 - color contains mainly: green. Hex color #02C078 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C078 is #FD3F87. Grayscale: #7F7F7F. Windows color (decimal): -16596872 or 7913474. OLE color: 7913474.

HSL color Cylindrical-coordinate representation of color #02C078: hue angle of 157.26º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C078 is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB2192120-
CMYK0.9900.380.25
HSL157.26º97.94%38.04%-
HSV(B)157.26º98.96%75.29%-
XYZ22.2639.0724.14-
YUV126.98124.0538.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 0.64%
GREEN value IS 192 (75.39% from 255) = 61.15%
BLUE value IS 120 (47.27% from 255) = 38.22%
R=0.64%
G=61.15%
B=38.22%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal21921200.9900.380.25157.2697.9438.04
Hex2C07863026199d6226
Octal23001701430463123514246
Binary101100000011110001100011010011011001100111011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02C078; }

 p { color: rgb(2,192,120); }

 H1.HeaderClassName
 {
   color: #02C078;
 }
 .AnyTagClassName
 {
   color: #02C078;
 }
</style>
background-color css

<style>
 a { background-color: #02C078; }

 a { background-color: rgb(2,192,120); }

 div.DivClassName
 {
   background-color: #02C078;
 }
 .BgClassName
 {
   background-color: #02C078;
 }
</style>
border-color css

<style>
 span { border-color: #02C078; }

 span { border-color: rgb(2,192,120); }

 td.TdClassName
 {
   border-color: #02C078;
 }
 .TagClassName
 {
   border-color: #02C078;
 }
</style>