#02CD72

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

Shades of Jade #02CD72

Tints of Jade #02CD72

Color information

#02CD72 (or 0x02CD72) is unknown color: approx Jade. HEX triplet: 02, CD and 72. RGB value is (2,205,114). Sum of RGB (Red+Green+Blue) = 2+205+114=321 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 321); Green value is 205 (80.47% from 255 or 63.86% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 205 - color contains mainly: green. Hex color #02CD72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02CD72 is #FD328D. Grayscale: #868686. Windows color (decimal): -16593550 or 7523586. OLE color: 7523586.

HSL color Cylindrical-coordinate representation of color #02CD72: hue angle of 153.1º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CD72 is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB2205114-
CMYK0.9900.440.20
HSL153.1º98.07%40.59%-
HSV(B)153.1º99.02%80.39%-
XYZ24.8944.8923.27-
YUV133.93116.7533.9-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.62%
GREEN value IS 205 (80.47% from 255) = 63.86%
BLUE value IS 114 (44.92% from 255) = 35.51%
R=0.62%
G=63.86%
B=35.51%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal22051140.9900.440.20153.198.0740.59
Hex2CD726302C14996229
Octal23151621430542423114251
Binary101100110111100101100011010110010100100110011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02CD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,205,114); }

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

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

 a { background-color: rgb(2,205,114); }

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

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

 span { border-color: rgb(2,205,114); }

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