Html Css Color HEX #02AD76 Jade

📋 copy color: '#02AD76'

red 2 ◦ green 173 ◦ blue 118

#02AD76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jade #02AD76

Tints of Jade #02AD76

RGB

 RED value IS 2 (1.17% from 255) = 0.68%

 GREEN value IS 173 (67.97% from 255) = 59.04%

 BLUE value IS 118 (46.48% from 255) = 40.27%

R = 0.68%
G = 59.04%
B = 40.27%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#02AD76 (or 0x02AD76) is known color: Jade. HEX triplet: 02, AD and 76. RGB value is (2,173,118). Sum of RGB (Red+Green+Blue) = 2+173+118=293 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 293); Green value is 173 (67.97% from 255 or 59.04% from 293); Blue value is 118 (46.48% from 255 or 40.27% from 293); Max value from RGB is 173 - color contains mainly: green. Hex color #02AD76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AD76 is #FD5289. Grayscale: #737373. Windows color (decimal): -16601738 or 7777538. OLE color: 7777538.

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

Color convert

RGB 2 173 118 -
CMYK 0.99 0 0.32 0.32
HSL 160.7º 0.98% 0.34% -
HSV(B) 160.7º 0.99% 0.68% -
XYZ 18.24 31.21 22.2 -
YUV 115.6 129.35 46.97 -
System Red Green Blue C M Y K H S L
Decimal 2 173 118 0.99 0 0.32 0.32 160.7 0.98 0.34
Hex 2 AD 76 63 0 20 20 A1 62 22
Octal 2 255 166 143 0 40 40 241 142 42
Binary 10 10101101 1110110 1100011 0 100000 100000 10100001 1100010 100010

Color Harmonies of #02AD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AD76

Black with #02AD76

Text Example


Text Example

White with #02AD76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,173,118); }

 H1.HeaderClassName
 {
   color: #02AD76;
 }
 .AnyTagClassName
 {
   color: #02AD76;
 }
</style>

background-color css

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

 a { background-color: rgb(2,173,118); }

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

border-color css

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

 span { border-color: rgb(2,173,118); }

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