Html Css Color HEX #AADC80 Feijoa

📋 copy color: '#AADC80'

red 170 ◦ green 220 ◦ blue 128

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

Shades of Feijoa #AADC80

Tints of Feijoa #AADC80

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.47%

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

R = 32.82%
G = 42.47%
B = 24.71%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#AADC80 (or 0xAADC80) is known color: Feijoa. HEX triplet: AA, DC and 80. RGB value is (170,220,128). Sum of RGB (Red+Green+Blue) = 170+220+128=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 128 (50.39% from 255 or 24.71% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADC80 is #55237F. Grayscale: #C2C2C2. Windows color (decimal): -5579648 or 8445098. OLE color: 8445098.

HSL color Cylindrical-coordinate representation of color #AADC80: hue angle of 92.61º degrees, saturation: 0.57, 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 #AADC80 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 220 128 -
CMYK 0.23 0 0.42 0.14
HSL 92.61º 0.57% 0.68% -
HSV(B) 92.61º 0.42% 0.86% -
XYZ 46.07 61.29 29.82 -
YUV 194.56 90.44 110.48 -
System Red Green Blue C M Y K H S L
Decimal 170 220 128 0.23 0 0.42 0.14 92.61 0.57 0.68
Hex AA DC 80 17 0 2A E 5D 39 44
Octal 252 334 200 27 0 52 16 135 71 104
Binary 10101010 11011100 10000000 10111 0 101010 1110 1011101 111001 1000100

Color Harmonies of #AADC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADC80

Black with #AADC80

Text Example


Text Example

White with #AADC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADC80; }

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

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

background-color css

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

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

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

border-color css

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

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

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