#ACDE95

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

Shades of Feijoa #ACDE95

Tints of Feijoa #ACDE95

Color information

#ACDE95 (or 0xACDE95) is unknown color: approx Feijoa. HEX triplet: AC, DE and 95. RGB value is (172,222,149). Sum of RGB (Red+Green+Blue) = 172+222+149=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 222 (87.11% from 255 or 40.88% from 543); Blue value is 149 (58.59% from 255 or 27.44% from 543); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDE95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDE95 is #53216A. Grayscale: #C6C6C6. Windows color (decimal): -5448043 or 9821868. OLE color: 9821868.

HSL color Cylindrical-coordinate representation of color #ACDE95: hue angle of 101.1º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACDE95 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB172222149-
CMYK0.2300.330.13
HSL101.1º52.52%72.75%-
HSV(B)101.1º32.88%87.06%-
XYZ48.5663.1838.07-
YUV198.7399.94108.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.68%
GREEN value IS 222 (87.11% from 255) = 40.88%
BLUE value IS 149 (58.59% from 255) = 27.44%
R=31.68%
G=40.88%
B=27.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722221490.2300.330.13101.152.5272.75
HexACDE9517021D653549
Octal254336225270411514565111
Binary101011001101111010010101101110100001110111001011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDE95; }

 p { color: rgb(172,222,149); }

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

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

 a { background-color: rgb(172,222,149); }

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

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

 span { border-color: rgb(172,222,149); }

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