#AACD83

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

Shades of Feijoa #AACD83

Tints of Feijoa #AACD83

Color information

#AACD83 (or 0xAACD83) is unknown color: approx Feijoa. HEX triplet: AA, CD and 83. RGB value is (170,205,131). Sum of RGB (Red+Green+Blue) = 170+205+131=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 131 (51.56% from 255 or 25.89% from 506); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACD83 is #55327C. Grayscale: #BABABA. Windows color (decimal): -5583485 or 8637866. OLE color: 8637866.

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

Color convert

RGB170205131-
CMYK0.1700.360.20
HSL88.38º42.53%65.88%-
HSV(B)88.38º36.1%80.39%-
XYZ42.5153.8529.63-
YUV186.196.9116.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.60%
GREEN value IS 205 (80.47% from 255) = 40.51%
BLUE value IS 131 (51.56% from 255) = 25.89%
R=33.60%
G=40.51%
B=25.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1702051310.1700.360.2088.3842.5365.88
HexAACD831102414582b42
Octal252315203210442413053102
Binary1010101011001101100000111000101001001010010110001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACD83; }

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

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

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

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

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

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

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

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