#AACD92

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

Shades of Feijoa #AACD92

Tints of Feijoa #AACD92

Color information

#AACD92 (or 0xAACD92) is unknown color: approx Feijoa. HEX triplet: AA, CD and 92. RGB value is (170,205,146). Sum of RGB (Red+Green+Blue) = 170+205+146=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 146 (57.42% from 255 or 28.02% from 521); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACD92 is #55326D. Grayscale: #BCBCBC. Windows color (decimal): -5583470 or 9620906. OLE color: 9620906.

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

Color convert

RGB170205146-
CMYK0.1700.290.20
HSL95.59º37.11%68.82%-
HSV(B)95.59º28.78%80.39%-
XYZ43.654.2835.37-
YUV187.81104.4115.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.63%
GREEN value IS 205 (80.47% from 255) = 39.35%
BLUE value IS 146 (57.42% from 255) = 28.02%
R=32.63%
G=39.35%
B=28.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1702051460.1700.290.2095.5937.1168.82
HexAACD921101D14602545
Octal252315222210352414045105
Binary101010101100110110010010100010111011010011000001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACD92; }

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

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

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

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

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

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

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

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