#ACD18D

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

Shades of Feijoa #ACD18D

Tints of Feijoa #ACD18D

Color information

#ACD18D (or 0xACD18D) is unknown color: approx Feijoa. HEX triplet: AC, D1 and 8D. RGB value is (172,209,141). Sum of RGB (Red+Green+Blue) = 172+209+141=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 209 (82.03% from 255 or 40.04% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD18D is #532E72. Grayscale: #BEBEBE. Windows color (decimal): -5451379 or 9294252. OLE color: 9294252.

HSL color Cylindrical-coordinate representation of color #ACD18D: hue angle of 92.65º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACD18D is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB172209141-
CMYK0.1800.330.18
HSL92.65º42.5%68.63%-
HSV(B)92.65º32.54%81.96%-
XYZ44.6256.2933.71-
YUV190.18100.24115.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.95%
GREEN value IS 209 (82.03% from 255) = 40.04%
BLUE value IS 141 (55.47% from 255) = 27.01%
R=32.95%
G=40.04%
B=27.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722091410.1800.330.1892.6542.568.63
HexACD18D12021125d2a45
Octal254321215220412213552105
Binary1010110011010001100011011001001000011001010111011010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD18D; }

 p { color: rgb(172,209,141); }

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

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

 a { background-color: rgb(172,209,141); }

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

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

 span { border-color: rgb(172,209,141); }

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