Html Css Color HEX #AADD80 Feijoa

📋 copy color: '#AADD80'

red 170 ◦ green 221 ◦ blue 128

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

Shades of Feijoa #AADD80

Tints of Feijoa #AADD80

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.58%

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

R = 32.76%
G = 42.58%
B = 24.66%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#AADD80 (or 0xAADD80) is known color: Feijoa. HEX triplet: AA, DD and 80. RGB value is (170,221,128). Sum of RGB (Red+Green+Blue) = 170+221+128=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 128 (50.39% from 255 or 24.66% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADD80 is #55227F. Grayscale: #C3C3C3. Windows color (decimal): -5579392 or 8445354. OLE color: 8445354.

HSL color Cylindrical-coordinate representation of color #AADD80: hue angle of 92.9º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AADD80 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 221 128 -
CMYK 0.23 0 0.42 0.13
HSL 92.9º 0.58% 0.68% -
HSV(B) 92.9º 0.42% 0.87% -
XYZ 46.33 61.82 29.91 -
YUV 195.15 90.1 110.06 -
System Red Green Blue C M Y K H S L
Decimal 170 221 128 0.23 0 0.42 0.13 92.9 0.58 0.68
Hex AA DD 80 17 0 2A D 5D 3A 44
Octal 252 335 200 27 0 52 15 135 72 104
Binary 10101010 11011101 10000000 10111 0 101010 1101 1011101 111010 1000100

Color Harmonies of #AADD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADD80

Black with #AADD80

Text Example


Text Example

White with #AADD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADD80; }

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

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

background-color css

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

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

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

border-color css

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

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

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