Html Css Color HEX #AAE077 Feijoa

📋 copy color: '#AAE077'

red 170 ◦ green 224 ◦ blue 119

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

Shades of Feijoa #AAE077

Tints of Feijoa #AAE077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.2%

R = 33.14%
G = 43.66%
B = 23.2%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#AAE077 (or 0xAAE077) is known color: Feijoa. HEX triplet: AA, E0 and 77. RGB value is (170,224,119). Sum of RGB (Red+Green+Blue) = 170+224+119=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 224 (87.89% from 255 or 43.66% from 513); Blue value is 119 (46.88% from 255 or 23.20% from 513); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE077 is #551F88. Grayscale: #C4C4C4. Windows color (decimal): -5578633 or 7856298. OLE color: 7856298.

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

Color convert

RGB 170 224 119 -
CMYK 0.24 0 0.47 0.12
HSL 90.86º 0.63% 0.67% -
HSV(B) 90.86º 0.47% 0.88% -
XYZ 46.56 63.19 27.2 -
YUV 195.88 84.61 109.54 -
System Red Green Blue C M Y K H S L
Decimal 170 224 119 0.24 0 0.47 0.12 90.86 0.63 0.67
Hex AA E0 77 18 0 2F C 5B 3F 43
Octal 252 340 167 30 0 57 14 133 77 103
Binary 10101010 11100000 1110111 11000 0 101111 1100 1011011 111111 1000011

Color Harmonies of #AAE077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE077

Black with #AAE077

Text Example


Text Example

White with #AAE077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE077; }

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

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

background-color css

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

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

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

border-color css

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

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

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