#ACE78D

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

Shades of Feijoa #ACE78D

Tints of Feijoa #ACE78D

Color information

#ACE78D (or 0xACE78D) is unknown color: approx Feijoa. HEX triplet: AC, E7 and 8D. RGB value is (172,231,141). Sum of RGB (Red+Green+Blue) = 172+231+141=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 231 (90.62% from 255 or 42.46% from 544); Blue value is 141 (55.47% from 255 or 25.92% from 544); Max value from RGB is 231 - color contains mainly: green. Hex color #ACE78D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACE78D is #531872. Grayscale: #CBCBCB. Windows color (decimal): -5445747 or 9299884. OLE color: 9299884.

HSL color Cylindrical-coordinate representation of color #ACE78D: hue angle of 99.33º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACE78D is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB172231141-
CMYK0.2600.390.09
HSL99.33º65.22%72.94%-
HSV(B)99.33º38.96%90.59%-
XYZ50.467.8535.64-
YUV203.192.95105.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.62%
GREEN value IS 231 (90.62% from 255) = 42.46%
BLUE value IS 141 (55.47% from 255) = 25.92%
R=31.62%
G=42.46%
B=25.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1722311410.2600.390.0999.3365.2272.94
HexACE78D1A0279634149
Octal2543472153204711143101111
Binary1010110011100111100011011101001001111001110001110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE78D; }

 p { color: rgb(172,231,141); }

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

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

 a { background-color: rgb(172,231,141); }

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

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

 span { border-color: rgb(172,231,141); }

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