#ACD580

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

Shades of Feijoa #ACD580

Tints of Feijoa #ACD580

Color information

#ACD580 (or 0xACD580) is unknown color: approx Feijoa. HEX triplet: AC, D5 and 80. RGB value is (172,213,128). Sum of RGB (Red+Green+Blue) = 172+213+128=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 213 (83.59% from 255 or 41.52% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD580 is #532A7F. Grayscale: #BFBFBF. Windows color (decimal): -5450368 or 8443308. OLE color: 8443308.

HSL color Cylindrical-coordinate representation of color #ACD580: hue angle of 88.94º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACD580 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB172213128-
CMYK0.1900.400.16
HSL88.94º50.3%66.86%-
HSV(B)88.94º39.91%83.53%-
XYZ44.757.9229.25-
YUV191.0592.42114.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.53%
GREEN value IS 213 (83.59% from 255) = 41.52%
BLUE value IS 128 (50.39% from 255) = 24.95%
R=33.53%
G=41.52%
B=24.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722131280.1900.400.1688.9450.366.86
HexACD5801302810593243
Octal254325200230502013162103
Binary1010110011010101100000001001101010001000010110011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD580; }

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

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

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

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

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

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

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

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