Html Css Color HEX #AAE482 Feijoa

📋 copy color: '#AAE482'

red 170 ◦ green 228 ◦ blue 130

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

Shades of Feijoa #AAE482

Tints of Feijoa #AAE482

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.18%

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

R = 32.2%
G = 43.18%
B = 24.62%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#AAE482 (or 0xAAE482) is known color: Feijoa. HEX triplet: AA, E4 and 82. RGB value is (170,228,130). Sum of RGB (Red+Green+Blue) = 170+228+130=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 228 (89.45% from 255 or 43.18% from 528); Blue value is 130 (51.17% from 255 or 24.62% from 528); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE482 is #551B7D. Grayscale: #C7C7C7. Windows color (decimal): -5577598 or 8578218. OLE color: 8578218.

HSL color Cylindrical-coordinate representation of color #AAE482: hue angle of 95.51º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAE482 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 228 130 -
CMYK 0.25 0 0.43 0.11
HSL 95.51º 0.64% 0.7% -
HSV(B) 95.51º 0.43% 0.89% -
XYZ 48.35 65.64 31.24 -
YUV 199.49 88.78 106.97 -
System Red Green Blue C M Y K H S L
Decimal 170 228 130 0.25 0 0.43 0.11 95.51 0.64 0.7
Hex AA E4 82 19 0 2B B 60 40 46
Octal 252 344 202 31 0 53 13 140 100 106
Binary 10101010 11100100 10000010 11001 0 101011 1011 1100000 1000000 1000110

Color Harmonies of #AAE482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE482

Black with #AAE482

Text Example


Text Example

White with #AAE482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE482; }

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

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

background-color css

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

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

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

border-color css

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

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

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