#ACEE86

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

Shades of Feijoa #ACEE86

Tints of Feijoa #ACEE86

Color information

#ACEE86 (or 0xACEE86) is unknown color: approx Feijoa. HEX triplet: AC, EE and 86. RGB value is (172,238,134). Sum of RGB (Red+Green+Blue) = 172+238+134=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 238 (93.36% from 255 or 43.75% from 544); Blue value is 134 (52.73% from 255 or 24.63% from 544); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEE86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEE86 is #531179. Grayscale: #CECECE. Windows color (decimal): -5443962 or 8842924. OLE color: 8842924.

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

Color convert

RGB172238134-
CMYK0.2800.440.07
HSL98.08º75.36%72.94%-
HSV(B)98.08º43.7%93.33%-
XYZ51.8971.6433.65-
YUV206.4187.13103.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.62%
GREEN value IS 238 (93.36% from 255) = 43.75%
BLUE value IS 134 (52.73% from 255) = 24.63%
R=31.62%
G=43.75%
B=24.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722381340.2800.440.0798.0875.3672.94
HexACEE861C02C7624b49
Octal254356206340547142113111
Binary101011001110111010000110111000101100111110001010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEE86; }

 p { color: rgb(172,238,134); }

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

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

 a { background-color: rgb(172,238,134); }

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

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

 span { border-color: rgb(172,238,134); }

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