#ACD585

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

Shades of Feijoa #ACD585

Tints of Feijoa #ACD585

Color information

#ACD585 (or 0xACD585) is unknown color: approx Feijoa. HEX triplet: AC, D5 and 85. RGB value is (172,213,133). Sum of RGB (Red+Green+Blue) = 172+213+133=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD585 is #532A7A. Grayscale: #BFBFBF. Windows color (decimal): -5450363 or 8770988. OLE color: 8770988.

HSL color Cylindrical-coordinate representation of color #ACD585: hue angle of 90.75º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACD585 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB172213133-
CMYK0.1900.380.16
HSL90.75º48.78%67.84%-
HSV(B)90.75º37.56%83.53%-
XYZ45.0458.0531.02-
YUV191.6294.92114-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.20%
GREEN value IS 213 (83.59% from 255) = 41.12%
BLUE value IS 133 (52.34% from 255) = 25.68%
R=33.20%
G=41.12%
B=25.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722131330.1900.380.1690.7548.7867.84
HexACD58513026105b3144
Octal254325205230462013361104
Binary1010110011010101100001011001101001101000010110111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD585; }

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

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

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

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

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

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

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

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