#ACE680

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

Shades of Feijoa #ACE680

Tints of Feijoa #ACE680

Color information

#ACE680 (or 0xACE680) is unknown color: approx Feijoa. HEX triplet: AC, E6 and 80. RGB value is (172,230,128). Sum of RGB (Red+Green+Blue) = 172+230+128=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 230 (90.23% from 255 or 43.40% from 530); Blue value is 128 (50.39% from 255 or 24.15% from 530); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE680 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACE680 is #53197F. Grayscale: #C9C9C9. Windows color (decimal): -5446016 or 8447660. OLE color: 8447660.

HSL color Cylindrical-coordinate representation of color #ACE680: hue angle of 94.12º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACE680 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB172230128-
CMYK0.2500.440.10
HSL94.12º67.11%70.2%-
HSV(B)94.12º44.35%90.2%-
XYZ49.2166.9230.75-
YUV201.0386.78107.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.45%
GREEN value IS 230 (90.23% from 255) = 43.40%
BLUE value IS 128 (50.39% from 255) = 24.15%
R=32.45%
G=43.40%
B=24.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1722301280.2500.440.1094.1267.1170.2
HexACE6801902CA5e4346
Octal2543462003105412136103106
Binary1010110011100110100000001100101011001010101111010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE680; }

 p { color: rgb(172,230,128); }

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

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

 a { background-color: rgb(172,230,128); }

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

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

 span { border-color: rgb(172,230,128); }

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