#ACD990

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

Shades of Feijoa #ACD990

Tints of Feijoa #ACD990

Color information

#ACD990 (or 0xACD990) is unknown color: approx Feijoa. HEX triplet: AC, D9 and 90. RGB value is (172,217,144). Sum of RGB (Red+Green+Blue) = 172+217+144=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 144 (56.64% from 255 or 27.02% from 533); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD990 is #53266F. Grayscale: #C3C3C3. Windows color (decimal): -5449328 or 9492908. OLE color: 9492908.

HSL color Cylindrical-coordinate representation of color #ACD990: hue angle of 96.99º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACD990 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB172217144-
CMYK0.2100.340.15
HSL96.99º48.99%70.78%-
HSV(B)96.99º33.64%85.1%-
XYZ46.8660.4135.58-
YUV195.2299.09111.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.27%
GREEN value IS 217 (85.16% from 255) = 40.71%
BLUE value IS 144 (56.64% from 255) = 27.02%
R=32.27%
G=40.71%
B=27.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722171440.2100.340.1596.9948.9970.78
HexACD99015022F613147
Octal254331220250421714161107
Binary101011001101100110010000101010100010111111000011100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD990; }

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

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

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

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

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

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

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

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