#ACD18A

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

Shades of Feijoa #ACD18A

Tints of Feijoa #ACD18A

Color information

#ACD18A (or 0xACD18A) is unknown color: approx Feijoa. HEX triplet: AC, D1 and 8A. RGB value is (172,209,138). Sum of RGB (Red+Green+Blue) = 172+209+138=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 209 (82.03% from 255 or 40.27% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD18A is #532E75. Grayscale: #BEBEBE. Windows color (decimal): -5451382 or 9097644. OLE color: 9097644.

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

Color convert

RGB172209138-
CMYK0.1800.340.18
HSL91.27º43.56%68.04%-
HSV(B)91.27º33.97%81.96%-
XYZ44.456.2132.55-
YUV189.8498.74115.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.14%
GREEN value IS 209 (82.03% from 255) = 40.27%
BLUE value IS 138 (54.30% from 255) = 26.59%
R=33.14%
G=40.27%
B=26.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722091380.1800.340.1891.2743.5668.04
HexACD18A12022125b2c44
Octal254321212220422213354104
Binary1010110011010001100010101001001000101001010110111011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD18A; }

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

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

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

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

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

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

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

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