Html Css Color HEX #02AD7A Jade

📋 copy color: '#02AD7A'

red 2 ◦ green 173 ◦ blue 122

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

Shades of Jade #02AD7A

Tints of Jade #02AD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 41.08%

R = 0.67%
G = 58.25%
B = 41.08%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#02AD7A (or 0x02AD7A) is known color: Jade. HEX triplet: 02, AD and 7A. RGB value is (2,173,122). Sum of RGB (Red+Green+Blue) = 2+173+122=297 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 297); Green value is 173 (67.97% from 255 or 58.25% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 173 - color contains mainly: green. Hex color #02AD7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AD7A is #FD5285. Grayscale: #747474. Windows color (decimal): -16601734 or 8039682. OLE color: 8039682.

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

Color convert

RGB 2 173 122 -
CMYK 0.99 0 0.29 0.32
HSL 162.11º 0.98% 0.34% -
HSV(B) 162.11º 0.99% 0.68% -
XYZ 18.48 31.31 23.48 -
YUV 116.06 131.35 46.65 -
System Red Green Blue C M Y K H S L
Decimal 2 173 122 0.99 0 0.29 0.32 162.11 0.98 0.34
Hex 2 AD 7A 63 0 1D 20 A2 62 22
Octal 2 255 172 143 0 35 40 242 142 42
Binary 10 10101101 1111010 1100011 0 11101 100000 10100010 1100010 100010

Color Harmonies of #02AD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AD7A

Black with #02AD7A

Text Example


Text Example

White with #02AD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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