#ACF776

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

Shades of Feijoa #ACF776

Tints of Feijoa #ACF776

Color information

#ACF776 (or 0xACF776) is unknown color: approx Feijoa. HEX triplet: AC, F7 and 76. RGB value is (172,247,118). Sum of RGB (Red+Green+Blue) = 172+247+118=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 247 (96.88% from 255 or 46.00% from 537); Blue value is 118 (46.48% from 255 or 21.97% from 537); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF776 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF776 is #530889. Grayscale: #D2D2D2. Windows color (decimal): -5441674 or 7796652. OLE color: 7796652.

HSL color Cylindrical-coordinate representation of color #ACF776: hue angle of 94.88º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACF776 is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB172247118-
CMYK0.3000.520.03
HSL94.88º88.97%71.57%-
HSV(B)94.88º52.23%96.86%-
XYZ53.5476.629.1-
YUV209.8776.15100.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.03%
GREEN value IS 247 (96.88% from 255) = 46.00%
BLUE value IS 118 (46.48% from 255) = 21.97%
R=32.03%
G=46.00%
B=21.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722471180.3000.520.0394.8888.9771.57
HexACF7761E03435f5948
Octal254367166360643137131110
Binary1010110011110111111011011110011010011101111110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF776; }

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

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

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

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

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

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

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

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