#ACE580

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

Shades of Feijoa #ACE580

Tints of Feijoa #ACE580

Color information

#ACE580 (or 0xACE580) is unknown color: approx Feijoa. HEX triplet: AC, E5 and 80. RGB value is (172,229,128). Sum of RGB (Red+Green+Blue) = 172+229+128=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 229 (89.84% from 255 or 43.29% from 529); Blue value is 128 (50.39% from 255 or 24.20% from 529); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE580 is #531A7F. Grayscale: #C8C8C8. Windows color (decimal): -5446272 or 8447404. OLE color: 8447404.

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

Color convert

RGB172229128-
CMYK0.2500.440.10
HSL93.86º66.01%70%-
HSV(B)93.86º44.1%89.8%-
XYZ48.9366.3730.65-
YUV200.4487.12107.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.51%
GREEN value IS 229 (89.84% from 255) = 43.29%
BLUE value IS 128 (50.39% from 255) = 24.20%
R=32.51%
G=43.29%
B=24.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1722291280.2500.440.1093.8666.0170
HexACE5801902CA5e4246
Octal2543452003105412136102106
Binary1010110011100101100000001100101011001010101111010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE580; }

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

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

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

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

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

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

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

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