#02C978

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

Shades of Jade #02C978

Tints of Jade #02C978

Color information

#02C978 (or 0x02C978) is unknown color: approx Jade. HEX triplet: 02, C9 and 78. RGB value is (2,201,120). Sum of RGB (Red+Green+Blue) = 2+201+120=323 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 323); Green value is 201 (78.91% from 255 or 62.23% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 201 - color contains mainly: green. Hex color #02C978 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C978 is #FD3687. Grayscale: #848484. Windows color (decimal): -16594568 or 7915778. OLE color: 7915778.

HSL color Cylindrical-coordinate representation of color #02C978: hue angle of 155.58º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C978 is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB2201120-
CMYK0.9900.400.21
HSL155.58º98.03%39.8%-
HSV(B)155.58º99%78.82%-
XYZ24.343.1424.82-
YUV132.26121.0735.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.62%
GREEN value IS 201 (78.91% from 255) = 62.23%
BLUE value IS 120 (47.27% from 255) = 37.15%
R=0.62%
G=62.23%
B=37.15%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal22011200.9900.400.21155.5898.0339.8
Hex2C97863028159c6228
Octal23111701430502523414250
Binary101100100111110001100011010100010101100111001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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