Html Css Color HEX #AAE082 Feijoa

📋 copy color: '#AAE082'

red 170 ◦ green 224 ◦ blue 130

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

Shades of Feijoa #AAE082

Tints of Feijoa #AAE082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.81%

R = 32.44%
G = 42.75%
B = 24.81%

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

#AAE082 (or 0xAAE082) is known color: Feijoa. HEX triplet: AA, E0 and 82. RGB value is (170,224,130). Sum of RGB (Red+Green+Blue) = 170+224+130=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 224 (87.89% from 255 or 42.75% from 524); Blue value is 130 (51.17% from 255 or 24.81% from 524); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE082 is #551F7D. Grayscale: #C5C5C5. Windows color (decimal): -5578622 or 8577194. OLE color: 8577194.

HSL color Cylindrical-coordinate representation of color #AAE082: hue angle of 94.47º degrees, saturation: 0.6, 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 #AAE082 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 224 130 -
CMYK 0.24 0 0.42 0.12
HSL 94.47º 0.6% 0.69% -
HSV(B) 94.47º 0.42% 0.88% -
XYZ 47.26 63.47 30.88 -
YUV 197.14 90.11 108.64 -
System Red Green Blue C M Y K H S L
Decimal 170 224 130 0.24 0 0.42 0.12 94.47 0.6 0.69
Hex AA E0 82 18 0 2A C 5E 3C 45
Octal 252 340 202 30 0 52 14 136 74 105
Binary 10101010 11100000 10000010 11000 0 101010 1100 1011110 111100 1000101

Color Harmonies of #AAE082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE082

Black with #AAE082

Text Example


Text Example

White with #AAE082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE082; }

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

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

background-color css

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

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

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

border-color css

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

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

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