#AAE278

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

Shades of Feijoa #AAE278

Tints of Feijoa #AAE278

Color information

#AAE278 (or 0xAAE278) is unknown color: approx Feijoa. HEX triplet: AA, E2 and 78. RGB value is (170,226,120). Sum of RGB (Red+Green+Blue) = 170+226+120=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 226 (88.67% from 255 or 43.80% from 516); Blue value is 120 (47.27% from 255 or 23.26% from 516); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE278 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE278 is #551D87. Grayscale: #C5C5C5. Windows color (decimal): -5578120 or 7922346. OLE color: 7922346.

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

Color convert

RGB170226120-
CMYK0.2500.470.11
HSL91.7º64.63%67.84%-
HSV(B)91.7º46.9%88.63%-
XYZ47.1664.2927.69-
YUV197.1784.45108.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.95%
GREEN value IS 226 (88.67% from 255) = 43.80%
BLUE value IS 120 (47.27% from 255) = 23.26%
R=32.95%
G=43.80%
B=23.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1702261200.2500.470.1191.764.6367.84
HexAAE2781902FB5c4144
Octal2523421703105713134101104
Binary101010101110001011110001100101011111011101110010000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE278; }

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

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

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

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

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

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

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

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