Html Css Color HEX #AAE07A Feijoa

📋 copy color: '#AAE07A'

red 170 ◦ green 224 ◦ blue 122

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

Shades of Feijoa #AAE07A

Tints of Feijoa #AAE07A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.64%

R = 32.95%
G = 43.41%
B = 23.64%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#AAE07A (or 0xAAE07A) is known color: Feijoa. HEX triplet: AA, E0 and 7A. RGB value is (170,224,122). Sum of RGB (Red+Green+Blue) = 170+224+122=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 224 (87.89% from 255 or 43.41% from 516); Blue value is 122 (48.05% from 255 or 23.64% from 516); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE07A is #551F85. Grayscale: #C4C4C4. Windows color (decimal): -5578630 or 8052906. OLE color: 8052906.

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

Color convert

RGB 170 224 122 -
CMYK 0.24 0 0.46 0.12
HSL 91.76º 0.62% 0.68% -
HSV(B) 91.76º 0.46% 0.88% -
XYZ 46.75 63.26 28.16 -
YUV 196.23 86.11 109.29 -
System Red Green Blue C M Y K H S L
Decimal 170 224 122 0.24 0 0.46 0.12 91.76 0.62 0.68
Hex AA E0 7A 18 0 2E C 5C 3E 44
Octal 252 340 172 30 0 56 14 134 76 104
Binary 10101010 11100000 1111010 11000 0 101110 1100 1011100 111110 1000100

Color Harmonies of #AAE07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE07A

Black with #AAE07A

Text Example


Text Example

White with #AAE07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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