Html Css Color HEX #AAD880 Feijoa

📋 copy color: '#AAD880'

red 170 ◦ green 216 ◦ blue 128

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

Shades of Feijoa #AAD880

Tints of Feijoa #AAD880

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.02%

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

R = 33.07%
G = 42.02%
B = 24.9%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#AAD880 (or 0xAAD880) is known color: Feijoa. HEX triplet: AA, D8 and 80. RGB value is (170,216,128). Sum of RGB (Red+Green+Blue) = 170+216+128=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 216 (84.77% from 255 or 42.02% from 514); Blue value is 128 (50.39% from 255 or 24.90% from 514); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD880 is #55277F. Grayscale: #C0C0C0. Windows color (decimal): -5580672 or 8444074. OLE color: 8444074.

HSL color Cylindrical-coordinate representation of color #AAD880: hue angle of 91.36º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAD880 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 216 128 -
CMYK 0.21 0 0.41 0.15
HSL 91.36º 0.53% 0.67% -
HSV(B) 91.36º 0.41% 0.85% -
XYZ 45.03 59.22 29.48 -
YUV 192.21 91.76 112.16 -
System Red Green Blue C M Y K H S L
Decimal 170 216 128 0.21 0 0.41 0.15 91.36 0.53 0.67
Hex AA D8 80 15 0 29 F 5B 35 43
Octal 252 330 200 25 0 51 17 133 65 103
Binary 10101010 11011000 10000000 10101 0 101001 1111 1011011 110101 1000011

Color Harmonies of #AAD880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD880

Black with #AAD880

Text Example


Text Example

White with #AAD880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD880; }

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

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

background-color css

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

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

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

border-color css

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

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

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