Html Css Color HEX #AAE081 Feijoa

📋 copy color: '#AAE081'

red 170 ◦ green 224 ◦ blue 129

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

Shades of Feijoa #AAE081

Tints of Feijoa #AAE081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.67%

R = 32.5%
G = 42.83%
B = 24.67%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#AAE081 (or 0xAAE081) is known color: Feijoa. HEX triplet: AA, E0 and 81. RGB value is (170,224,129). Sum of RGB (Red+Green+Blue) = 170+224+129=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 224 (87.89% from 255 or 42.83% from 523); Blue value is 129 (50.78% from 255 or 24.67% from 523); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE081 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE081 is #551F7E. Grayscale: #C5C5C5. Windows color (decimal): -5578623 or 8511658. OLE color: 8511658.

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

Color convert

RGB 170 224 129 -
CMYK 0.24 0 0.42 0.12
HSL 94.11º 0.61% 0.69% -
HSV(B) 94.11º 0.42% 0.88% -
XYZ 47.2 63.44 30.53 -
YUV 197.02 89.61 108.72 -
System Red Green Blue C M Y K H S L
Decimal 170 224 129 0.24 0 0.42 0.12 94.11 0.61 0.69
Hex AA E0 81 18 0 2A C 5E 3D 45
Octal 252 340 201 30 0 52 14 136 75 105
Binary 10101010 11100000 10000001 11000 0 101010 1100 1011110 111101 1000101

Color Harmonies of #AAE081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE081

Black with #AAE081

Text Example


Text Example

White with #AAE081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE081; }

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

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

background-color css

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

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

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

border-color css

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

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

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