#AACC81

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

Shades of Feijoa #AACC81

Tints of Feijoa #AACC81

Color information

#AACC81 (or 0xAACC81) is unknown color: approx Feijoa. HEX triplet: AA, CC and 81. RGB value is (170,204,129). Sum of RGB (Red+Green+Blue) = 170+204+129=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 129 (50.78% from 255 or 25.65% from 503); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACC81 is #55337E. Grayscale: #B9B9B9. Windows color (decimal): -5583743 or 8506538. OLE color: 8506538.

HSL color Cylindrical-coordinate representation of color #AACC81: hue angle of 87.2º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AACC81 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB170204129-
CMYK0.1700.370.2
HSL87.2º42.37%65.29%-
HSV(B)87.2º36.76%80%-
XYZ42.1353.3228.84-
YUV185.2896.24117.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.80%
GREEN value IS 204 (80.08% from 255) = 40.56%
BLUE value IS 129 (50.78% from 255) = 25.65%
R=33.80%
G=40.56%
B=25.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1702041290.1700.370.287.242.3765.29
HexAACC811102514572a41
Octal252314201210452412752101
Binary1010101011001100100000011000101001011010010101111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACC81; }

 p { color: rgb(170,204,129); }

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

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

 a { background-color: rgb(170,204,129); }

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

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

 span { border-color: rgb(170,204,129); }

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