#ACE68B

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

Shades of Feijoa #ACE68B

Tints of Feijoa #ACE68B

Color information

#ACE68B (or 0xACE68B) is unknown color: approx Feijoa. HEX triplet: AC, E6 and 8B. RGB value is (172,230,139). Sum of RGB (Red+Green+Blue) = 172+230+139=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 230 (90.23% from 255 or 42.51% from 541); Blue value is 139 (54.69% from 255 or 25.69% from 541); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE68B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACE68B is #531974. Grayscale: #CACACA. Windows color (decimal): -5446005 or 9168556. OLE color: 9168556.

HSL color Cylindrical-coordinate representation of color #ACE68B: hue angle of 98.24º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACE68B is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB172230139-
CMYK0.2500.400.10
HSL98.24º64.54%72.35%-
HSV(B)98.24º39.57%90.2%-
XYZ49.9767.2334.77-
YUV202.2892.28106.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.79%
GREEN value IS 230 (90.23% from 255) = 42.51%
BLUE value IS 139 (54.69% from 255) = 25.69%
R=31.79%
G=42.51%
B=25.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1722301390.2500.400.1098.2464.5472.35
HexACE68B19028A624148
Octal2543462133105012142101110
Binary1010110011100110100010111100101010001010110001010000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE68B; }

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

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

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

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

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

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

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

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