#AAE284

Color #AAE284 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #AAE284

Tints of Feijoa #AAE284

Color information

#AAE284 (or 0xAAE284) is unknown color: approx Feijoa. HEX triplet: AA, E2 and 84. RGB value is (170,226,132). Sum of RGB (Red+Green+Blue) = 170+226+132=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 226 (88.67% from 255 or 42.80% from 528); Blue value is 132 (51.95% from 255 or 25% from 528); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE284 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE284 is #551D7B. Grayscale: #C6C6C6. Windows color (decimal): -5578108 or 8708778. OLE color: 8708778.

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

Color convert

RGB170226132-
CMYK0.2500.420.11
HSL95.74º61.84%70.2%-
HSV(B)95.74º41.59%88.63%-
XYZ47.9464.631.77-
YUV198.5490.45107.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.20%
GREEN value IS 226 (88.67% from 255) = 42.80%
BLUE value IS 132 (51.95% from 255) = 25%
R=32.20%
G=42.80%
B=25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1702261320.2500.420.1195.7461.8470.2
HexAAE2841902AB603e46
Octal252342204310521314076106
Binary101010101110001010000100110010101010101111000001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE284; }

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

 H1.HeaderClassName
 {
   color: #AAE284;
 }
 .AnyTagClassName
 {
   color: #AAE284;
 }
</style>
background-color css

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

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

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

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

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

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