#ACD493

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

Shades of Feijoa #ACD493

Tints of Feijoa #ACD493

Color information

#ACD493 (or 0xACD493) is unknown color: approx Feijoa. HEX triplet: AC, D4 and 93. RGB value is (172,212,147). Sum of RGB (Red+Green+Blue) = 172+212+147=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 212 (83.20% from 255 or 39.92% from 531); Blue value is 147 (57.81% from 255 or 27.68% from 531); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD493 is #532B6C. Grayscale: #C0C0C0. Windows color (decimal): -5450605 or 9688236. OLE color: 9688236.

HSL color Cylindrical-coordinate representation of color #ACD493: hue angle of 96.92º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACD493 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB172212147-
CMYK0.1900.310.17
HSL96.92º43.05%70.39%-
HSV(B)96.92º30.66%83.14%-
XYZ45.8257.9636.38-
YUV192.63102.25113.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.39%
GREEN value IS 212 (83.20% from 255) = 39.92%
BLUE value IS 147 (57.81% from 255) = 27.68%
R=32.39%
G=39.92%
B=27.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1722121470.1900.310.1796.9243.0570.39
HexACD4931301F11612b46
Octal254324223230372114153106
Binary101011001101010010010011100110111111000111000011010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD493; }

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

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

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

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

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

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

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

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