#ACDD76

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

Shades of Feijoa #ACDD76

Tints of Feijoa #ACDD76

Color information

#ACDD76 (or 0xACDD76) is unknown color: approx Feijoa. HEX triplet: AC, DD and 76. RGB value is (172,221,118). Sum of RGB (Red+Green+Blue) = 172+221+118=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 118 (46.48% from 255 or 23.09% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDD76 is #532289. Grayscale: #C2C2C2. Windows color (decimal): -5448330 or 7789996. OLE color: 7789996.

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

Color convert

RGB172221118-
CMYK0.2200.470.13
HSL88.54º60.23%66.47%-
HSV(B)88.54º46.61%86.67%-
XYZ46.1461.7926.63-
YUV194.6184.77111.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.66%
GREEN value IS 221 (86.72% from 255) = 43.25%
BLUE value IS 118 (46.48% from 255) = 23.09%
R=33.66%
G=43.25%
B=23.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722211180.2200.470.1388.5460.2366.47
HexACDD761602FD593c42
Octal254335166260571513174102
Binary10101100110111011110110101100101111110110110011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDD76; }

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

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

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

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

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

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

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

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