#ACDD93

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

Shades of Feijoa #ACDD93

Tints of Feijoa #ACDD93

Color information

#ACDD93 (or 0xACDD93) is unknown color: approx Feijoa. HEX triplet: AC, DD and 93. RGB value is (172,221,147). Sum of RGB (Red+Green+Blue) = 172+221+147=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 147 (57.81% from 255 or 27.22% from 540); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDD93 is #53226C. Grayscale: #C6C6C6. Windows color (decimal): -5448301 or 9690540. OLE color: 9690540.

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

Color convert

RGB172221147-
CMYK0.2200.330.13
HSL99.73º52.11%72.16%-
HSV(B)99.73º33.48%86.67%-
XYZ48.1462.5937.15-
YUV197.9199.27109.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.85%
GREEN value IS 221 (86.72% from 255) = 40.93%
BLUE value IS 147 (57.81% from 255) = 27.22%
R=31.85%
G=40.93%
B=27.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722211470.2200.330.1399.7352.1172.16
HexACDD9316021D643448
Octal254335223260411514464110
Binary101011001101110110010011101100100001110111001001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDD93; }

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

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

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

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

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

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

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

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