Html Css Color HEX #AAE484 Feijoa

📋 copy color: '#AAE484'

red 170 ◦ green 228 ◦ blue 132

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

Shades of Feijoa #AAE484

Tints of Feijoa #AAE484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 24.91%

R = 32.08%
G = 43.02%
B = 24.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#AAE484 (or 0xAAE484) is known color: Feijoa. HEX triplet: AA, E4 and 84. RGB value is (170,228,132). Sum of RGB (Red+Green+Blue) = 170+228+132=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 228 (89.45% from 255 or 43.02% from 530); Blue value is 132 (51.95% from 255 or 24.91% from 530); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE484 is #551B7B. Grayscale: #C8C8C8. Windows color (decimal): -5577596 or 8709290. OLE color: 8709290.

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

Color convert

RGB 170 228 132 -
CMYK 0.25 0 0.42 0.11
HSL 96.25º 0.64% 0.71% -
HSV(B) 96.25º 0.42% 0.89% -
XYZ 48.49 65.7 31.96 -
YUV 199.71 89.78 106.81 -
System Red Green Blue C M Y K H S L
Decimal 170 228 132 0.25 0 0.42 0.11 96.25 0.64 0.71
Hex AA E4 84 19 0 2A B 60 40 47
Octal 252 344 204 31 0 52 13 140 100 107
Binary 10101010 11100100 10000100 11001 0 101010 1011 1100000 1000000 1000111

Color Harmonies of #AAE484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE484

Black with #AAE484

Text Example


Text Example

White with #AAE484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE484; }

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

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

background-color css

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

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

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

border-color css

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

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

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