Html Css Color HEX #AAE571 Feijoa

📋 copy color: '#AAE571'

red 170 ◦ green 229 ◦ blue 113

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

Shades of Feijoa #AAE571

Tints of Feijoa #AAE571

RGB

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

 GREEN value IS 229 (89.84% from 255) = 44.73%

 BLUE value IS 113 (44.53% from 255) = 22.07%

R = 33.2%
G = 44.73%
B = 22.07%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#AAE571 (or 0xAAE571) is known color: Feijoa. HEX triplet: AA, E5 and 71. RGB value is (170,229,113). Sum of RGB (Red+Green+Blue) = 170+229+113=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 229 (89.84% from 255 or 44.73% from 512); Blue value is 113 (44.53% from 255 or 22.07% from 512); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE571 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE571 is #551A8E. Grayscale: #C6C6C6. Windows color (decimal): -5577359 or 7464362. OLE color: 7464362.

HSL color Cylindrical-coordinate representation of color #AAE571: hue angle of 90.52º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAE571 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 229 113 -
CMYK 0.26 0 0.51 0.10
HSL 90.52º 0.69% 0.67% -
HSV(B) 90.52º 0.51% 0.9% -
XYZ 47.58 65.78 25.81 -
YUV 198.14 79.95 107.93 -
System Red Green Blue C M Y K H S L
Decimal 170 229 113 0.26 0 0.51 0.10 90.52 0.69 0.67
Hex AA E5 71 1A 0 33 A 5B 45 43
Octal 252 345 161 32 0 63 12 133 105 103
Binary 10101010 11100101 1110001 11010 0 110011 1010 1011011 1000101 1000011

Color Harmonies of #AAE571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE571

Black with #AAE571

Text Example


Text Example

White with #AAE571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE571; }

 p { color: rgb(170,229,113); }

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

background-color css

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

 a { background-color: rgb(170,229,113); }

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

border-color css

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

 span { border-color: rgb(170,229,113); }

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