#ACE18E

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

Shades of Feijoa #ACE18E

Tints of Feijoa #ACE18E

Color information

#ACE18E (or 0xACE18E) is unknown color: approx Feijoa. HEX triplet: AC, E1 and 8E. RGB value is (172,225,142). Sum of RGB (Red+Green+Blue) = 172+225+142=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 225 (88.28% from 255 or 41.74% from 539); Blue value is 142 (55.86% from 255 or 26.35% from 539); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE18E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE18E is #531E71. Grayscale: #C7C7C7. Windows color (decimal): -5447282 or 9363884. OLE color: 9363884.

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

Color convert

RGB172225142-
CMYK0.2400.370.12
HSL98.31º58.04%71.96%-
HSV(B)98.31º36.89%88.24%-
XYZ48.8264.5735.48-
YUV199.6995.44108.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.91%
GREEN value IS 225 (88.28% from 255) = 41.74%
BLUE value IS 142 (55.86% from 255) = 26.35%
R=31.91%
G=41.74%
B=26.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722251420.2400.370.1298.3158.0471.96
HexACE18E18025C623a48
Octal254341216300451414272110
Binary101011001110000110001110110000100101110011000101110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE18E; }

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

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

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

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

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

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

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

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