#AACE92

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

Shades of Feijoa #AACE92

Tints of Feijoa #AACE92

Color information

#AACE92 (or 0xAACE92) is unknown color: approx Feijoa. HEX triplet: AA, CE and 92. RGB value is (170,206,146). Sum of RGB (Red+Green+Blue) = 170+206+146=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 146 (57.42% from 255 or 27.97% from 522); Max value from RGB is 206 - color contains mainly: green. Hex color #AACE92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACE92 is #55316D. Grayscale: #BCBCBC. Windows color (decimal): -5583214 or 9621162. OLE color: 9621162.

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

Color convert

RGB170206146-
CMYK0.1700.290.19
HSL96º37.97%69.02%-
HSV(B)96º29.13%80.78%-
XYZ43.8454.7635.45-
YUV188.4104.07114.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.57%
GREEN value IS 206 (80.86% from 255) = 39.46%
BLUE value IS 146 (57.42% from 255) = 27.97%
R=32.57%
G=39.46%
B=27.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1702061460.1700.290.199637.9769.02
HexAACE921101D13602645
Octal252316222210352314046105
Binary101010101100111010010010100010111011001111000001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACE92; }

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

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

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

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

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

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

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

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