#ACD394

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

Shades of Feijoa #ACD394

Tints of Feijoa #ACD394

Color information

#ACD394 (or 0xACD394) is unknown color: approx Feijoa. HEX triplet: AC, D3 and 94. RGB value is (172,211,148). Sum of RGB (Red+Green+Blue) = 172+211+148=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 211 (82.81% from 255 or 39.74% from 531); Blue value is 148 (58.20% from 255 or 27.87% from 531); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD394 is #532C6B. Grayscale: #C0C0C0. Windows color (decimal): -5450860 or 9753516. OLE color: 9753516.

HSL color Cylindrical-coordinate representation of color #ACD394: hue angle of 97.14º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACD394 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB172211148-
CMYK0.1800.300.17
HSL97.14º41.72%70.39%-
HSV(B)97.14º29.86%82.75%-
XYZ45.6557.536.71-
YUV192.16103.08113.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.39%
GREEN value IS 211 (82.81% from 255) = 39.74%
BLUE value IS 148 (58.20% from 255) = 27.87%
R=32.39%
G=39.74%
B=27.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1722111480.1800.300.1797.1441.7270.39
HexACD3941201E11612a46
Octal254323224220362114152106
Binary101011001101001110010100100100111101000111000011010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD394; }

 p { color: rgb(172,211,148); }

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

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

 a { background-color: rgb(172,211,148); }

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

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

 span { border-color: rgb(172,211,148); }

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