#AACE95

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

Shades of Feijoa #AACE95

Tints of Feijoa #AACE95

Color information

#AACE95 (or 0xAACE95) is unknown color: approx Feijoa. HEX triplet: AA, CE and 95. RGB value is (170,206,149). Sum of RGB (Red+Green+Blue) = 170+206+149=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 149 (58.59% from 255 or 28.38% from 525); Max value from RGB is 206 - color contains mainly: green. Hex color #AACE95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACE95 is #55316A. Grayscale: #BCBCBC. Windows color (decimal): -5583211 or 9817770. OLE color: 9817770.

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

Color convert

RGB170206149-
CMYK0.1700.280.19
HSL97.89º36.77%69.61%-
HSV(B)97.89º27.67%80.78%-
XYZ44.0754.8636.7-
YUV188.74105.57114.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.38%
GREEN value IS 206 (80.86% from 255) = 39.24%
BLUE value IS 149 (58.59% from 255) = 28.38%
R=32.38%
G=39.24%
B=28.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1702061490.1700.280.1997.8936.7769.61
HexAACE951101C13622546
Octal252316225210342314245106
Binary101010101100111010010101100010111001001111000101001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACE95; }

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

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

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

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

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

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

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

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