#ACE387

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

Shades of Feijoa #ACE387

Tints of Feijoa #ACE387

Color information

#ACE387 (or 0xACE387) is unknown color: approx Feijoa. HEX triplet: AC, E3 and 87. RGB value is (172,227,135). Sum of RGB (Red+Green+Blue) = 172+227+135=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 227 (89.06% from 255 or 42.51% from 534); Blue value is 135 (53.12% from 255 or 25.28% from 534); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE387 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE387 is #531C78. Grayscale: #C8C8C8. Windows color (decimal): -5446777 or 8905644. OLE color: 8905644.

HSL color Cylindrical-coordinate representation of color #ACE387: hue angle of 95.87º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACE387 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB172227135-
CMYK0.2400.410.11
HSL95.87º62.16%70.98%-
HSV(B)95.87º40.53%89.02%-
XYZ48.8665.4632.98-
YUV200.0791.28107.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.21%
GREEN value IS 227 (89.06% from 255) = 42.51%
BLUE value IS 135 (53.12% from 255) = 25.28%
R=32.21%
G=42.51%
B=25.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1722271350.2400.410.1195.8762.1670.98
HexACE38718029B603e47
Octal254343207300511314076107
Binary101011001110001110000111110000101001101111000001111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE387; }

 p { color: rgb(172,227,135); }

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

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

 a { background-color: rgb(172,227,135); }

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

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

 span { border-color: rgb(172,227,135); }

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