Html Css Color HEX #02AA6A Jade

📋 copy color: '#02AA6A'

red 2 ◦ green 170 ◦ blue 106

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

Shades of Jade #02AA6A

Tints of Jade #02AA6A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 61.15%

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

R = 0.72%
G = 61.15%
B = 38.13%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#02AA6A (or 0x02AA6A) is known color: Jade. HEX triplet: 02, AA and 6A. RGB value is (2,170,106). Sum of RGB (Red+Green+Blue) = 2+170+106=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 170 (66.80% from 255 or 61.15% from 278); Blue value is 106 (41.80% from 255 or 38.13% from 278); Max value from RGB is 170 - color contains mainly: green. Hex color #02AA6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AA6A is #FD5595. Grayscale: #707070. Windows color (decimal): -16602518 or 6990338. OLE color: 6990338.

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

Color convert

RGB 2 170 106 -
CMYK 0.99 0 0.38 0.33
HSL 157.14º 0.98% 0.34% -
HSV(B) 157.14º 0.99% 0.67% -
XYZ 17 29.8 18.49 -
YUV 112.47 124.34 49.2 -
System Red Green Blue C M Y K H S L
Decimal 2 170 106 0.99 0 0.38 0.33 157.14 0.98 0.34
Hex 2 AA 6A 63 0 26 21 9D 62 22
Octal 2 252 152 143 0 46 41 235 142 42
Binary 10 10101010 1101010 1100011 0 100110 100001 10011101 1100010 100010

Color Harmonies of #02AA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AA6A

Black with #02AA6A

Text Example


Text Example

White with #02AA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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