#ACDD7C

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

Shades of Feijoa #ACDD7C

Tints of Feijoa #ACDD7C

Color information

#ACDD7C (or 0xACDD7C) is unknown color: approx Feijoa. HEX triplet: AC, DD and 7C. RGB value is (172,221,124). Sum of RGB (Red+Green+Blue) = 172+221+124=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 124 (48.83% from 255 or 23.98% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDD7C is #532283. Grayscale: #C3C3C3. Windows color (decimal): -5448324 or 8183212. OLE color: 8183212.

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

Color convert

RGB172221124-
CMYK0.2200.440.13
HSL90.31º58.79%67.65%-
HSV(B)90.31º43.89%86.67%-
XYZ46.5161.9428.57-
YUV195.2987.77111.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.27%
GREEN value IS 221 (86.72% from 255) = 42.75%
BLUE value IS 124 (48.83% from 255) = 23.98%
R=33.27%
G=42.75%
B=23.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722211240.2200.440.1390.3158.7967.65
HexACDD7C1602CD5a3b44
Octal254335174260541513273104
Binary10101100110111011111100101100101100110110110101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDD7C; }

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

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

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

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

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

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

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

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