Html Css Color HEX #AAE080 Feijoa

📋 copy color: '#AAE080'

red 170 ◦ green 224 ◦ blue 128

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

Shades of Feijoa #AAE080

Tints of Feijoa #AAE080

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.91%

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

R = 32.57%
G = 42.91%
B = 24.52%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#AAE080 (or 0xAAE080) is known color: Feijoa. HEX triplet: AA, E0 and 80. RGB value is (170,224,128). Sum of RGB (Red+Green+Blue) = 170+224+128=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 224 (87.89% from 255 or 42.91% from 522); Blue value is 128 (50.39% from 255 or 24.52% from 522); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE080 is #551F7F. Grayscale: #C5C5C5. Windows color (decimal): -5578624 or 8446122. OLE color: 8446122.

HSL color Cylindrical-coordinate representation of color #AAE080: hue angle of 93.75º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAE080 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 224 128 -
CMYK 0.24 0 0.43 0.12
HSL 93.75º 0.61% 0.69% -
HSV(B) 93.75º 0.43% 0.88% -
XYZ 47.13 63.42 30.18 -
YUV 196.91 89.11 108.81 -
System Red Green Blue C M Y K H S L
Decimal 170 224 128 0.24 0 0.43 0.12 93.75 0.61 0.69
Hex AA E0 80 18 0 2B C 5E 3D 45
Octal 252 340 200 30 0 53 14 136 75 105
Binary 10101010 11100000 10000000 11000 0 101011 1100 1011110 111101 1000101

Color Harmonies of #AAE080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE080

Black with #AAE080

Text Example


Text Example

White with #AAE080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE080; }

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

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

background-color css

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

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

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

border-color css

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

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

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