Html Css Color HEX #AAE071 Feijoa

📋 copy color: '#AAE071'

red 170 ◦ green 224 ◦ blue 113

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

Shades of Feijoa #AAE071

Tints of Feijoa #AAE071

RGB

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

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

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

R = 33.53%
G = 44.18%
B = 22.29%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#AAE071 (or 0xAAE071) is known color: Feijoa. HEX triplet: AA, E0 and 71. RGB value is (170,224,113). Sum of RGB (Red+Green+Blue) = 170+224+113=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 224 (87.89% from 255 or 44.18% from 507); Blue value is 113 (44.53% from 255 or 22.29% from 507); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE071 is #551F8E. Grayscale: #C3C3C3. Windows color (decimal): -5578639 or 7463082. OLE color: 7463082.

HSL color Cylindrical-coordinate representation of color #AAE071: hue angle of 89.19º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAE071 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 224 113 -
CMYK 0.24 0 0.50 0.12
HSL 89.19º 0.64% 0.66% -
HSV(B) 89.19º 0.5% 0.88% -
XYZ 46.21 63.05 25.36 -
YUV 195.2 81.61 110.03 -
System Red Green Blue C M Y K H S L
Decimal 170 224 113 0.24 0 0.50 0.12 89.19 0.64 0.66
Hex AA E0 71 18 0 32 C 59 40 42
Octal 252 340 161 30 0 62 14 131 100 102
Binary 10101010 11100000 1110001 11000 0 110010 1100 1011001 1000000 1000010

Color Harmonies of #AAE071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE071

Black with #AAE071

Text Example


Text Example

White with #AAE071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE071; }

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

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

background-color css

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

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

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

border-color css

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

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

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