#ACD387

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

Shades of Feijoa #ACD387

Tints of Feijoa #ACD387

Color information

#ACD387 (or 0xACD387) is unknown color: approx Feijoa. HEX triplet: AC, D3 and 87. RGB value is (172,211,135). Sum of RGB (Red+Green+Blue) = 172+211+135=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 211 (82.81% from 255 or 40.73% from 518); Blue value is 135 (53.12% from 255 or 26.06% from 518); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD387 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD387 is #532C78. Grayscale: #BEBEBE. Windows color (decimal): -5450873 or 8901548. OLE color: 8901548.

HSL color Cylindrical-coordinate representation of color #ACD387: hue angle of 90.79º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ACD387 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB172211135-
CMYK0.1800.360.17
HSL90.79º46.34%67.84%-
HSV(B)90.79º36.02%82.75%-
XYZ44.6857.1131.59-
YUV190.6896.58114.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.20%
GREEN value IS 211 (82.81% from 255) = 40.73%
BLUE value IS 135 (53.12% from 255) = 26.06%
R=33.20%
G=40.73%
B=26.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1722111350.1800.360.1790.7946.3467.84
HexACD38712024115b2e44
Octal254323207220442113356104
Binary1010110011010011100001111001001001001000110110111011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD387; }

 p { color: rgb(172,211,135); }

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

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

 a { background-color: rgb(172,211,135); }

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

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

 span { border-color: rgb(172,211,135); }

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