#ACDD83

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

Shades of Feijoa #ACDD83

Tints of Feijoa #ACDD83

Color information

#ACDD83 (or 0xACDD83) is unknown color: approx Feijoa. HEX triplet: AC, DD and 83. RGB value is (172,221,131). Sum of RGB (Red+Green+Blue) = 172+221+131=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 131 (51.56% from 255 or 25% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDD83 is #53227C. Grayscale: #C4C4C4. Windows color (decimal): -5448317 or 8641964. OLE color: 8641964.

HSL color Cylindrical-coordinate representation of color #ACDD83: hue angle of 92.67º degrees, saturation: 0.57, 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 #ACDD83 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB172221131-
CMYK0.2200.410.13
HSL92.67º56.96%69.02%-
HSV(B)92.67º40.72%86.67%-
XYZ46.9762.1230.99-
YUV196.0991.27110.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.82%
GREEN value IS 221 (86.72% from 255) = 42.18%
BLUE value IS 131 (51.56% from 255) = 25%
R=32.82%
G=42.18%
B=25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722211310.2200.410.1392.6756.9669.02
HexACDD8316029D5d3945
Octal254335203260511513571105
Binary101011001101110110000011101100101001110110111011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDD83; }

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

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

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

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

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

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

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

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