#ACDD71

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

Shades of Feijoa #ACDD71

Tints of Feijoa #ACDD71

Color information

#ACDD71 (or 0xACDD71) is unknown color: approx Feijoa. HEX triplet: AC, DD and 71. RGB value is (172,221,113). Sum of RGB (Red+Green+Blue) = 172+221+113=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 113 (44.53% from 255 or 22.33% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDD71 is #53228E. Grayscale: #C2C2C2. Windows color (decimal): -5448335 or 7462316. OLE color: 7462316.

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

Color convert

RGB172221113-
CMYK0.2200.490.13
HSL87.22º61.36%65.49%-
HSV(B)87.22º48.87%86.67%-
XYZ45.8561.6825.11-
YUV194.0482.27112.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.99%
GREEN value IS 221 (86.72% from 255) = 43.68%
BLUE value IS 113 (44.53% from 255) = 22.33%
R=33.99%
G=43.68%
B=22.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722211130.2200.490.1387.2261.3665.49
HexACDD7116031D573d41
Octal254335161260611512775101
Binary10101100110111011110001101100110001110110101111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDD71; }

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

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

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

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

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

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

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

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