#ACE18C

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

Shades of Feijoa #ACE18C

Tints of Feijoa #ACE18C

Color information

#ACE18C (or 0xACE18C) is unknown color: approx Feijoa. HEX triplet: AC, E1 and 8C. RGB value is (172,225,140). Sum of RGB (Red+Green+Blue) = 172+225+140=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 225 (88.28% from 255 or 41.90% from 537); Blue value is 140 (55.08% from 255 or 26.07% from 537); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE18C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE18C is #531E73. Grayscale: #C7C7C7. Windows color (decimal): -5447284 or 9232812. OLE color: 9232812.

HSL color Cylindrical-coordinate representation of color #ACE18C: hue angle of 97.41º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACE18C is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB172225140-
CMYK0.2400.380.12
HSL97.41º58.62%71.57%-
HSV(B)97.41º37.78%88.24%-
XYZ48.6764.5134.7-
YUV199.4694.44108.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.03%
GREEN value IS 225 (88.28% from 255) = 41.90%
BLUE value IS 140 (55.08% from 255) = 26.07%
R=32.03%
G=41.90%
B=26.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722251400.2400.380.1297.4158.6271.57
HexACE18C18026C613b48
Octal254341214300461414173110
Binary101011001110000110001100110000100110110011000011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE18C; }

 p { color: rgb(172,225,140); }

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

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

 a { background-color: rgb(172,225,140); }

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

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

 span { border-color: rgb(172,225,140); }

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