Html Css Color HEX #02AD79 Jade

📋 copy color: '#02AD79'

red 2 ◦ green 173 ◦ blue 121

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

Shades of Jade #02AD79

Tints of Jade #02AD79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 40.88%

R = 0.68%
G = 58.45%
B = 40.88%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#02AD79 (or 0x02AD79) is known color: Jade. HEX triplet: 02, AD and 79. RGB value is (2,173,121). Sum of RGB (Red+Green+Blue) = 2+173+121=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 173 (67.97% from 255 or 58.45% from 296); Blue value is 121 (47.66% from 255 or 40.88% from 296); Max value from RGB is 173 - color contains mainly: green. Hex color #02AD79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AD79 is #FD5286. Grayscale: #737373. Windows color (decimal): -16601735 or 7974146. OLE color: 7974146.

HSL color Cylindrical-coordinate representation of color #02AD79: hue angle of 161.75º 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 #02AD79 is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB 2 173 121 -
CMYK 0.99 0 0.30 0.32
HSL 161.75º 0.98% 0.34% -
HSV(B) 161.75º 0.99% 0.68% -
XYZ 18.42 31.28 23.16 -
YUV 115.94 130.85 46.73 -
System Red Green Blue C M Y K H S L
Decimal 2 173 121 0.99 0 0.30 0.32 161.75 0.98 0.34
Hex 2 AD 79 63 0 1E 20 A2 62 22
Octal 2 255 171 143 0 36 40 242 142 42
Binary 10 10101101 1111001 1100011 0 11110 100000 10100010 1100010 100010

Color Harmonies of #02AD79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AD79

Black with #02AD79

Text Example


Text Example

White with #02AD79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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