#AACE82

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

Shades of Feijoa #AACE82

Tints of Feijoa #AACE82

Color information

#AACE82 (or 0xAACE82) is unknown color: approx Feijoa. HEX triplet: AA, CE and 82. RGB value is (170,206,130). Sum of RGB (Red+Green+Blue) = 170+206+130=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 130 (51.17% from 255 or 25.69% from 506); Max value from RGB is 206 - color contains mainly: green. Hex color #AACE82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACE82 is #55317D. Grayscale: #BABABA. Windows color (decimal): -5583230 or 8572586. OLE color: 8572586.

HSL color Cylindrical-coordinate representation of color #AACE82: hue angle of 88.42º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AACE82 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB170206130-
CMYK0.1700.370.19
HSL88.42º43.68%65.88%-
HSV(B)88.42º36.89%80.78%-
XYZ42.6854.329.35-
YUV186.5796.07116.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.60%
GREEN value IS 206 (80.86% from 255) = 40.71%
BLUE value IS 130 (51.17% from 255) = 25.69%
R=33.60%
G=40.71%
B=25.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1702061300.1700.370.1988.4243.6865.88
HexAACE821102513582c42
Octal252316202210452313054102
Binary1010101011001110100000101000101001011001110110001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACE82; }

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

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

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

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

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

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

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

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