#ACDC90

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

Shades of Feijoa #ACDC90

Tints of Feijoa #ACDC90

Color information

#ACDC90 (or 0xACDC90) is unknown color: approx Feijoa. HEX triplet: AC, DC and 90. RGB value is (172,220,144). Sum of RGB (Red+Green+Blue) = 172+220+144=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 144 (56.64% from 255 or 26.87% from 536); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDC90 is #53236F. Grayscale: #C5C5C5. Windows color (decimal): -5448560 or 9493676. OLE color: 9493676.

HSL color Cylindrical-coordinate representation of color #ACDC90: hue angle of 97.89º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ACDC90 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB172220144-
CMYK0.2200.350.14
HSL97.89º52.05%71.37%-
HSV(B)97.89º34.55%86.27%-
XYZ47.6461.9735.84-
YUV196.9898.1110.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.09%
GREEN value IS 220 (86.33% from 255) = 41.04%
BLUE value IS 144 (56.64% from 255) = 26.87%
R=32.09%
G=41.04%
B=26.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722201440.2200.350.1497.8952.0571.37
HexACDC9016023E623447
Octal254334220260431614264107
Binary101011001101110010010000101100100011111011000101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDC90; }

 p { color: rgb(172,220,144); }

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

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

 a { background-color: rgb(172,220,144); }

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

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

 span { border-color: rgb(172,220,144); }

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