#ACE480

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

Shades of Feijoa #ACE480

Tints of Feijoa #ACE480

Color information

#ACE480 (or 0xACE480) is unknown color: approx Feijoa. HEX triplet: AC, E4 and 80. RGB value is (172,228,128). Sum of RGB (Red+Green+Blue) = 172+228+128=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 228 (89.45% from 255 or 43.18% from 528); Blue value is 128 (50.39% from 255 or 24.24% from 528); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE480 is #531B7F. Grayscale: #C8C8C8. Windows color (decimal): -5446528 or 8447148. OLE color: 8447148.

HSL color Cylindrical-coordinate representation of color #ACE480: hue angle of 93.6º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACE480 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB172228128-
CMYK0.2500.440.11
HSL93.6º64.94%69.8%-
HSV(B)93.6º43.86%89.41%-
XYZ48.6565.8230.56-
YUV199.8687.45108.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.58%
GREEN value IS 228 (89.45% from 255) = 43.18%
BLUE value IS 128 (50.39% from 255) = 24.24%
R=32.58%
G=43.18%
B=24.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1722281280.2500.440.1193.664.9469.8
HexACE4801902CB5e4146
Octal2543442003105413136101106
Binary1010110011100100100000001100101011001011101111010000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE480; }

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

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

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

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

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

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

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

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