#ACD480

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

Shades of Feijoa #ACD480

Tints of Feijoa #ACD480

Color information

#ACD480 (or 0xACD480) is unknown color: approx Feijoa. HEX triplet: AC, D4 and 80. RGB value is (172,212,128). Sum of RGB (Red+Green+Blue) = 172+212+128=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 212 (83.20% from 255 or 41.41% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD480 is #532B7F. Grayscale: #BEBEBE. Windows color (decimal): -5450624 or 8443052. OLE color: 8443052.

HSL color Cylindrical-coordinate representation of color #ACD480: hue angle of 88.57º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACD480 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB172212128-
CMYK0.1900.400.17
HSL88.57º49.41%66.67%-
HSV(B)88.57º39.62%83.14%-
XYZ44.4557.4229.16-
YUV190.4692.75114.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.59%
GREEN value IS 212 (83.20% from 255) = 41.41%
BLUE value IS 128 (50.39% from 255) = 25%
R=33.59%
G=41.41%
B=25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1722121280.1900.400.1788.5749.4166.67
HexACD4801302811593143
Octal254324200230502113161103
Binary1010110011010100100000001001101010001000110110011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD480; }

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

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

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

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

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

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

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

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