#ACD488

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

Shades of Feijoa #ACD488

Tints of Feijoa #ACD488

Color information

#ACD488 (or 0xACD488) is unknown color: approx Feijoa. HEX triplet: AC, D4 and 88. RGB value is (172,212,136). Sum of RGB (Red+Green+Blue) = 172+212+136=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 212 (83.20% from 255 or 40.77% from 520); Blue value is 136 (53.52% from 255 or 26.15% from 520); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD488 is #532B77. Grayscale: #BFBFBF. Windows color (decimal): -5450616 or 8967340. OLE color: 8967340.

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

Color convert

RGB172212136-
CMYK0.1900.360.17
HSL91.58º46.91%68.24%-
HSV(B)91.58º35.85%83.14%-
XYZ4557.6432.05-
YUV191.3896.75114.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.08%
GREEN value IS 212 (83.20% from 255) = 40.77%
BLUE value IS 136 (53.52% from 255) = 26.15%
R=33.08%
G=40.77%
B=26.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1722121360.1900.360.1791.5846.9168.24
HexACD48813024115c2f44
Octal254324210230442113457104
Binary1010110011010100100010001001101001001000110111001011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD488; }

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

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

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

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

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

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

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

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