#ACD885

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

Shades of Feijoa #ACD885

Tints of Feijoa #ACD885

Color information

#ACD885 (or 0xACD885) is unknown color: approx Feijoa. HEX triplet: AC, D8 and 85. RGB value is (172,216,133). Sum of RGB (Red+Green+Blue) = 172+216+133=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 216 (84.77% from 255 or 41.46% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD885 is #53277A. Grayscale: #C1C1C1. Windows color (decimal): -5449595 or 8771756. OLE color: 8771756.

HSL color Cylindrical-coordinate representation of color #ACD885: hue angle of 91.81º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACD885 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB172216133-
CMYK0.2000.380.15
HSL91.81º51.55%68.43%-
HSV(B)91.81º38.43%84.71%-
XYZ45.859.5831.28-
YUV193.3893.92112.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.01%
GREEN value IS 216 (84.77% from 255) = 41.46%
BLUE value IS 133 (52.34% from 255) = 25.53%
R=33.01%
G=41.46%
B=25.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722161330.2000.380.1591.8151.5568.43
HexACD88514026F5c3444
Octal254330205240461713464104
Binary101011001101100010000101101000100110111110111001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD885; }

 p { color: rgb(172,216,133); }

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

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

 a { background-color: rgb(172,216,133); }

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

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

 span { border-color: rgb(172,216,133); }

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