#ACEA85

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

Shades of Feijoa #ACEA85

Tints of Feijoa #ACEA85

Color information

#ACEA85 (or 0xACEA85) is unknown color: approx Feijoa. HEX triplet: AC, EA and 85. RGB value is (172,234,133). Sum of RGB (Red+Green+Blue) = 172+234+133=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 234 (91.80% from 255 or 43.41% from 539); Blue value is 133 (52.34% from 255 or 24.68% from 539); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEA85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEA85 is #53157A. Grayscale: #CCCCCC. Windows color (decimal): -5444987 or 8776364. OLE color: 8776364.

HSL color Cylindrical-coordinate representation of color #ACEA85: hue angle of 96.83º degrees, saturation: 0.71, 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 #ACEA85 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB172234133-
CMYK0.2600.430.08
HSL96.83º70.63%71.96%-
HSV(B)96.83º43.16%91.76%-
XYZ50.6769.3132.9-
YUV203.9587.96105.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.91%
GREEN value IS 234 (91.80% from 255) = 43.41%
BLUE value IS 133 (52.34% from 255) = 24.68%
R=31.91%
G=43.41%
B=24.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722341330.2600.430.0896.8370.6371.96
HexACEA851A02B8614748
Octal2543522053205310141107110
Binary1010110011101010100001011101001010111000110000110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEA85; }

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

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

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

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

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

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

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

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