Html Css Color HEX #AAE57E Feijoa

📋 copy color: '#AAE57E'

red 170 ◦ green 229 ◦ blue 126

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

Shades of Feijoa #AAE57E

Tints of Feijoa #AAE57E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24%

R = 32.38%
G = 43.62%
B = 24%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#AAE57E (or 0xAAE57E) is known color: Feijoa. HEX triplet: AA, E5 and 7E. RGB value is (170,229,126). Sum of RGB (Red+Green+Blue) = 170+229+126=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 229 (89.84% from 255 or 43.62% from 525); Blue value is 126 (49.61% from 255 or 24% from 525); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE57E is #551A81. Grayscale: #C7C7C7. Windows color (decimal): -5577346 or 8316330. OLE color: 8316330.

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

Color convert

RGB 170 229 126 -
CMYK 0.26 0 0.45 0.10
HSL 94.37º 0.66% 0.7% -
HSV(B) 94.37º 0.45% 0.9% -
XYZ 48.36 66.09 29.95 -
YUV 199.62 86.45 106.88 -
System Red Green Blue C M Y K H S L
Decimal 170 229 126 0.26 0 0.45 0.10 94.37 0.66 0.7
Hex AA E5 7E 1A 0 2D A 5E 42 46
Octal 252 345 176 32 0 55 12 136 102 106
Binary 10101010 11100101 1111110 11010 0 101101 1010 1011110 1000010 1000110

Color Harmonies of #AAE57E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE57E

Black with #AAE57E

Text Example


Text Example

White with #AAE57E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE57E; }

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

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

background-color css

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

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

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

border-color css

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

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

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