Html Css Color HEX #02AA64 Jade

📋 copy color: '#02AA64'

red 2 ◦ green 170 ◦ blue 100

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

Shades of Jade #02AA64

Tints of Jade #02AA64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 36.76%

R = 0.74%
G = 62.5%
B = 36.76%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#02AA64 (or 0x02AA64) is known color: Jade. HEX triplet: 02, AA and 64. RGB value is (2,170,100). Sum of RGB (Red+Green+Blue) = 2+170+100=272 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 272); Green value is 170 (66.80% from 255 or 62.5% from 272); Blue value is 100 (39.45% from 255 or 36.76% from 272); Max value from RGB is 170 - color contains mainly: green. Hex color #02AA64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AA64 is #FD559B. Grayscale: #6F6F6F. Windows color (decimal): -16602524 or 6597122. OLE color: 6597122.

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

Color convert

RGB 2 170 100 -
CMYK 0.99 0 0.41 0.33
HSL 155º 0.98% 0.34% -
HSV(B) 155º 0.99% 0.67% -
XYZ 16.7 29.68 16.91 -
YUV 111.79 121.34 49.69 -
System Red Green Blue C M Y K H S L
Decimal 2 170 100 0.99 0 0.41 0.33 155 0.98 0.34
Hex 2 AA 64 63 0 29 21 9B 62 22
Octal 2 252 144 143 0 51 41 233 142 42
Binary 10 10101010 1100100 1100011 0 101001 100001 10011011 1100010 100010

Color Harmonies of #02AA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AA64

Black with #02AA64

Text Example


Text Example

White with #02AA64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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