#ACDE83

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

Shades of Feijoa #ACDE83

Tints of Feijoa #ACDE83

Color information

#ACDE83 (or 0xACDE83) is unknown color: approx Feijoa. HEX triplet: AC, DE and 83. RGB value is (172,222,131). Sum of RGB (Red+Green+Blue) = 172+222+131=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 222 (87.11% from 255 or 42.29% from 525); Blue value is 131 (51.56% from 255 or 24.95% from 525); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDE83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDE83 is #53217C. Grayscale: #C4C4C4. Windows color (decimal): -5448061 or 8642220. OLE color: 8642220.

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

Color convert

RGB172222131-
CMYK0.2300.410.13
HSL92.97º57.96%69.22%-
HSV(B)92.97º40.99%87.06%-
XYZ47.2362.6531.08-
YUV196.6890.94110.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.76%
GREEN value IS 222 (87.11% from 255) = 42.29%
BLUE value IS 131 (51.56% from 255) = 24.95%
R=32.76%
G=42.29%
B=24.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722221310.2300.410.1392.9757.9669.22
HexACDE8317029D5d3a45
Octal254336203270511513572105
Binary101011001101111010000011101110101001110110111011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDE83; }

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

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

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

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

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

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

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

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