#ACDA8F

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

Shades of Feijoa #ACDA8F

Tints of Feijoa #ACDA8F

Color information

#ACDA8F (or 0xACDA8F) is unknown color: approx Feijoa. HEX triplet: AC, DA and 8F. RGB value is (172,218,143). Sum of RGB (Red+Green+Blue) = 172+218+143=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 143 (56.25% from 255 or 26.83% from 533); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDA8F is #532570. Grayscale: #C3C3C3. Windows color (decimal): -5449073 or 9427628. OLE color: 9427628.

HSL color Cylindrical-coordinate representation of color #ACDA8F: hue angle of 96.8º degrees, saturation: 0.5, 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 #ACDA8F is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB172218143-
CMYK0.2100.340.15
HSL96.8º50.34%70.78%-
HSV(B)96.8º34.4%85.49%-
XYZ47.0460.935.26-
YUV195.798.26111.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.27%
GREEN value IS 218 (85.55% from 255) = 40.90%
BLUE value IS 143 (56.25% from 255) = 26.83%
R=32.27%
G=40.90%
B=26.83%

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
Decimal1722181430.2100.340.1596.850.3470.78
HexACDA8F15022F613247
Octal254332217250421714162107
Binary101011001101101010001111101010100010111111000011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDA8F; }

 p { color: rgb(172,218,143); }

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

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

 a { background-color: rgb(172,218,143); }

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

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

 span { border-color: rgb(172,218,143); }

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