#ACEB85

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

Shades of Feijoa #ACEB85

Tints of Feijoa #ACEB85

Color information

#ACEB85 (or 0xACEB85) is unknown color: approx Feijoa. HEX triplet: AC, EB and 85. RGB value is (172,235,133). Sum of RGB (Red+Green+Blue) = 172+235+133=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 235 (92.19% from 255 or 43.52% from 540); Blue value is 133 (52.34% from 255 or 24.63% from 540); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEB85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEB85 is #53147A. Grayscale: #CCCCCC. Windows color (decimal): -5444731 or 8776620. OLE color: 8776620.

HSL color Cylindrical-coordinate representation of color #ACEB85: hue angle of 97.06º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACEB85 is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB172235133-
CMYK0.2700.430.08
HSL97.06º71.83%72.16%-
HSV(B)97.06º43.4%92.16%-
XYZ50.9669.8832.99-
YUV204.5487.63104.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.85%
GREEN value IS 235 (92.19% from 255) = 43.52%
BLUE value IS 133 (52.34% from 255) = 24.63%
R=31.85%
G=43.52%
B=24.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722351330.2700.430.0897.0671.8372.16
HexACEB851B02B8614848
Octal2543532053305310141110110
Binary1010110011101011100001011101101010111000110000110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEB85; }

 p { color: rgb(172,235,133); }

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

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

 a { background-color: rgb(172,235,133); }

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

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

 span { border-color: rgb(172,235,133); }

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