Html Css Color HEX #AADB80 Feijoa

📋 copy color: '#AADB80'

red 170 ◦ green 219 ◦ blue 128

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

Shades of Feijoa #AADB80

Tints of Feijoa #AADB80

RGB

 RED value IS 170 (66.8% from 255) = 32.88%

 GREEN value IS 219 (85.94% from 255) = 42.36%

 BLUE value IS 128 (50.39% from 255) = 24.76%

R = 32.88%
G = 42.36%
B = 24.76%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#AADB80 (or 0xAADB80) is known color: Feijoa. HEX triplet: AA, DB and 80. RGB value is (170,219,128). Sum of RGB (Red+Green+Blue) = 170+219+128=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 128 (50.39% from 255 or 24.76% from 517); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADB80 is #55247F. Grayscale: #C2C2C2. Windows color (decimal): -5579904 or 8444842. OLE color: 8444842.

HSL color Cylindrical-coordinate representation of color #AADB80: hue angle of 92.31º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AADB80 is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 219 128 -
CMYK 0.22 0 0.42 0.14
HSL 92.31º 0.56% 0.68% -
HSV(B) 92.31º 0.42% 0.86% -
XYZ 45.81 60.77 29.74 -
YUV 193.98 90.77 110.9 -
System Red Green Blue C M Y K H S L
Decimal 170 219 128 0.22 0 0.42 0.14 92.31 0.56 0.68
Hex AA DB 80 16 0 2A E 5C 38 44
Octal 252 333 200 26 0 52 16 134 70 104
Binary 10101010 11011011 10000000 10110 0 101010 1110 1011100 111000 1000100

Color Harmonies of #AADB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB80

Black with #AADB80

Text Example


Text Example

White with #AADB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB80; }

 p { color: rgb(170,219,128); }

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

background-color css

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

 a { background-color: rgb(170,219,128); }

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

border-color css

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

 span { border-color: rgb(170,219,128); }

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