#ACE575

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

Shades of Feijoa #ACE575

Tints of Feijoa #ACE575

Color information

#ACE575 (or 0xACE575) is unknown color: approx Feijoa. HEX triplet: AC, E5 and 75. RGB value is (172,229,117). Sum of RGB (Red+Green+Blue) = 172+229+117=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 229 (89.84% from 255 or 44.21% from 518); Blue value is 117 (46.09% from 255 or 22.59% from 518); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE575 is #531A8A. Grayscale: #C7C7C7. Windows color (decimal): -5446283 or 7726508. OLE color: 7726508.

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

Color convert

RGB172229117-
CMYK0.2500.490.10
HSL90.54º68.29%67.84%-
HSV(B)90.54º48.91%89.8%-
XYZ48.2466.0927.04-
YUV199.1981.62108.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.20%
GREEN value IS 229 (89.84% from 255) = 44.21%
BLUE value IS 117 (46.09% from 255) = 22.59%
R=33.20%
G=44.21%
B=22.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1722291170.2500.490.1090.5468.2967.84
HexACE57519031A5b4444
Octal2543451653106112133104104
Binary101011001110010111101011100101100011010101101110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE575; }

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

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

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

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

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

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

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

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