Html Css Color HEX #02AD6B Jade

📋 copy color: '#02AD6B'

red 2 ◦ green 173 ◦ blue 107

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

Shades of Jade #02AD6B

Tints of Jade #02AD6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.94%

R = 0.71%
G = 61.35%
B = 37.94%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#02AD6B (or 0x02AD6B) is known color: Jade. HEX triplet: 02, AD and 6B. RGB value is (2,173,107). Sum of RGB (Red+Green+Blue) = 2+173+107=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 173 (67.97% from 255 or 61.35% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 173 - color contains mainly: green. Hex color #02AD6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AD6B is #FD5294. Grayscale: #727272. Windows color (decimal): -16601749 or 7056642. OLE color: 7056642.

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

Color convert

RGB 2 173 107 -
CMYK 0.99 0 0.38 0.32
HSL 156.84º 0.98% 0.34% -
HSV(B) 156.84º 0.99% 0.68% -
XYZ 17.62 30.96 18.96 -
YUV 114.35 123.85 47.87 -
System Red Green Blue C M Y K H S L
Decimal 2 173 107 0.99 0 0.38 0.32 156.84 0.98 0.34
Hex 2 AD 6B 63 0 26 20 9D 62 22
Octal 2 255 153 143 0 46 40 235 142 42
Binary 10 10101101 1101011 1100011 0 100110 100000 10011101 1100010 100010

Color Harmonies of #02AD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AD6B

Black with #02AD6B

Text Example


Text Example

White with #02AD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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