#ACD880

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

Shades of Feijoa #ACD880

Tints of Feijoa #ACD880

Color information

#ACD880 (or 0xACD880) is unknown color: approx Feijoa. HEX triplet: AC, D8 and 80. RGB value is (172,216,128). Sum of RGB (Red+Green+Blue) = 172+216+128=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 216 (84.77% from 255 or 41.86% from 516); Blue value is 128 (50.39% from 255 or 24.81% from 516); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD880 is #53277F. Grayscale: #C1C1C1. Windows color (decimal): -5449600 or 8444076. OLE color: 8444076.

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

Color convert

RGB172216128-
CMYK0.2000.410.15
HSL90º53.01%67.45%-
HSV(B)90º40.74%84.71%-
XYZ45.4759.4429.5-
YUV192.8191.42113.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.33%
GREEN value IS 216 (84.77% from 255) = 41.86%
BLUE value IS 128 (50.39% from 255) = 24.81%
R=33.33%
G=41.86%
B=24.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722161280.2000.410.159053.0167.45
HexACD88014029F5a3543
Octal254330200240511713265103
Binary101011001101100010000000101000101001111110110101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD880; }

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

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

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

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

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

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

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

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