#ACEC76

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

Shades of Feijoa #ACEC76

Tints of Feijoa #ACEC76

Color information

#ACEC76 (or 0xACEC76) is unknown color: approx Feijoa. HEX triplet: AC, EC and 76. RGB value is (172,236,118). Sum of RGB (Red+Green+Blue) = 172+236+118=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 236 (92.58% from 255 or 44.87% from 526); Blue value is 118 (46.48% from 255 or 22.43% from 526); Max value from RGB is 236 - color contains mainly: green. Hex color #ACEC76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACEC76 is #531389. Grayscale: #CBCBCB. Windows color (decimal): -5444490 or 7793836. OLE color: 7793836.

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

Color convert

RGB172236118-
CMYK0.2700.50.07
HSL92.54º75.64%69.41%-
HSV(B)92.54º50%92.55%-
XYZ50.2870.0728.01-
YUV203.4179.8105.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.70%
GREEN value IS 236 (92.58% from 255) = 44.87%
BLUE value IS 118 (46.48% from 255) = 22.43%
R=32.70%
G=44.87%
B=22.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722361180.2700.50.0792.5475.6469.41
HexACEC761B03275d4c45
Octal254354166330627135114105
Binary10101100111011001110110110110110010111101110110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEC76; }

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

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

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

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

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

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

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

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