Html Css Color HEX #02AD6A Jade

📋 copy color: '#02AD6A'

red 2 ◦ green 173 ◦ blue 106

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

Shades of Jade #02AD6A

Tints of Jade #02AD6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 37.72%

R = 0.71%
G = 61.57%
B = 37.72%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#02AD6A (or 0x02AD6A) is known color: Jade. HEX triplet: 02, AD and 6A. RGB value is (2,173,106). Sum of RGB (Red+Green+Blue) = 2+173+106=281 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 281); Green value is 173 (67.97% from 255 or 61.57% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 173 - color contains mainly: green. Hex color #02AD6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AD6A is #FD5295. Grayscale: #727272. Windows color (decimal): -16601750 or 6991106. OLE color: 6991106.

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

Color convert

RGB 2 173 106 -
CMYK 0.99 0 0.39 0.32
HSL 156.49º 0.98% 0.34% -
HSV(B) 156.49º 0.99% 0.68% -
XYZ 17.57 30.94 18.68 -
YUV 114.23 123.35 47.95 -
System Red Green Blue C M Y K H S L
Decimal 2 173 106 0.99 0 0.39 0.32 156.49 0.98 0.34
Hex 2 AD 6A 63 0 27 20 9C 62 22
Octal 2 255 152 143 0 47 40 234 142 42
Binary 10 10101101 1101010 1100011 0 100111 100000 10011100 1100010 100010

Color Harmonies of #02AD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AD6A

Black with #02AD6A

Text Example


Text Example

White with #02AD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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