#ACE78A

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

Shades of Feijoa #ACE78A

Tints of Feijoa #ACE78A

Color information

#ACE78A (or 0xACE78A) is unknown color: approx Feijoa. HEX triplet: AC, E7 and 8A. RGB value is (172,231,138). Sum of RGB (Red+Green+Blue) = 172+231+138=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 231 (90.62% from 255 or 42.70% from 541); Blue value is 138 (54.30% from 255 or 25.51% from 541); Max value from RGB is 231 - color contains mainly: green. Hex color #ACE78A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACE78A is #531875. Grayscale: #CBCBCB. Windows color (decimal): -5445750 or 9103276. OLE color: 9103276.

HSL color Cylindrical-coordinate representation of color #ACE78A: hue angle of 98.06º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACE78A is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB172231138-
CMYK0.2600.400.09
HSL98.06º65.96%72.35%-
HSV(B)98.06º40.26%90.59%-
XYZ50.1867.7634.48-
YUV202.7691.45106.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.79%
GREEN value IS 231 (90.62% from 255) = 42.70%
BLUE value IS 138 (54.30% from 255) = 25.51%
R=31.79%
G=42.70%
B=25.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1722311380.2600.400.0998.0665.9672.35
HexACE78A1A0289624248
Octal2543472123205011142102110
Binary1010110011100111100010101101001010001001110001010000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE78A; }

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

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

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

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

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

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

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

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