#ACEC85

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

Shades of Feijoa #ACEC85

Tints of Feijoa #ACEC85

Color information

#ACEC85 (or 0xACEC85) is unknown color: approx Feijoa. HEX triplet: AC, EC and 85. RGB value is (172,236,133). Sum of RGB (Red+Green+Blue) = 172+236+133=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 236 (92.58% from 255 or 43.62% from 541); Blue value is 133 (52.34% from 255 or 24.58% from 541); Max value from RGB is 236 - color contains mainly: green. Hex color #ACEC85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEC85 is #53137A. Grayscale: #CDCDCD. Windows color (decimal): -5444475 or 8776876. OLE color: 8776876.

HSL color Cylindrical-coordinate representation of color #ACEC85: hue angle of 97.28º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACEC85 is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB172236133-
CMYK0.2700.440.07
HSL97.28º73.05%72.35%-
HSV(B)97.28º43.64%92.55%-
XYZ51.2470.4633.09-
YUV205.1287.3104.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.79%
GREEN value IS 236 (92.58% from 255) = 43.62%
BLUE value IS 133 (52.34% from 255) = 24.58%
R=31.79%
G=43.62%
B=24.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722361330.2700.440.0797.2873.0572.35
HexACEC851B02C7614948
Octal254354205330547141111110
Binary101011001110110010000101110110101100111110000110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEC85; }

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

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

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

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

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

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

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

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