#ACDE77

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

Shades of Feijoa #ACDE77

Tints of Feijoa #ACDE77

Color information

#ACDE77 (or 0xACDE77) is unknown color: approx Feijoa. HEX triplet: AC, DE and 77. RGB value is (172,222,119). Sum of RGB (Red+Green+Blue) = 172+222+119=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 222 (87.11% from 255 or 43.27% from 513); Blue value is 119 (46.88% from 255 or 23.20% from 513); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDE77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDE77 is #532188. Grayscale: #C3C3C3. Windows color (decimal): -5448073 or 7855788. OLE color: 7855788.

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

Color convert

RGB172222119-
CMYK0.2300.460.13
HSL89.13º60.95%66.86%-
HSV(B)89.13º46.4%87.06%-
XYZ46.4662.3527.04-
YUV195.3184.94111.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.53%
GREEN value IS 222 (87.11% from 255) = 43.27%
BLUE value IS 119 (46.88% from 255) = 23.20%
R=33.53%
G=43.27%
B=23.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722221190.2300.460.1389.1360.9566.86
HexACDE771702ED593d43
Octal254336167270561513175103
Binary10101100110111101110111101110101110110110110011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDE77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDE77; }

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

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

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

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

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

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

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

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