#ACD18E

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

Shades of Feijoa #ACD18E

Tints of Feijoa #ACD18E

Color information

#ACD18E (or 0xACD18E) is unknown color: approx Feijoa. HEX triplet: AC, D1 and 8E. RGB value is (172,209,142). Sum of RGB (Red+Green+Blue) = 172+209+142=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 209 (82.03% from 255 or 39.96% from 523); Blue value is 142 (55.86% from 255 or 27.15% from 523); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD18E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD18E is #532E71. Grayscale: #BEBEBE. Windows color (decimal): -5451378 or 9359788. OLE color: 9359788.

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

Color convert

RGB172209142-
CMYK0.1800.320.18
HSL93.13º42.14%68.82%-
HSV(B)93.13º32.06%81.96%-
XYZ44.756.3234.11-
YUV190.3100.74114.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.89%
GREEN value IS 209 (82.03% from 255) = 39.96%
BLUE value IS 142 (55.86% from 255) = 27.15%
R=32.89%
G=39.96%
B=27.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722091420.1800.320.1893.1342.1468.82
HexACD18E12020125d2a45
Octal254321216220402213552105
Binary1010110011010001100011101001001000001001010111011010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD18E; }

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

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

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

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

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

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

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

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