#ACF786

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

Shades of Feijoa #ACF786

Tints of Feijoa #ACF786

Color information

#ACF786 (or 0xACF786) is unknown color: approx Feijoa. HEX triplet: AC, F7 and 86. RGB value is (172,247,134). Sum of RGB (Red+Green+Blue) = 172+247+134=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 247 (96.88% from 255 or 44.67% from 553); Blue value is 134 (52.73% from 255 or 24.23% from 553); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF786 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF786 is #530879. Grayscale: #D4D4D4. Windows color (decimal): -5441658 or 8845228. OLE color: 8845228.

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

Color convert

RGB172247134-
CMYK0.3000.460.03
HSL99.82º87.6%74.71%-
HSV(B)99.82º45.75%96.86%-
XYZ54.5877.0134.54-
YUV211.6984.1599.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.10%
GREEN value IS 247 (96.88% from 255) = 44.67%
BLUE value IS 134 (52.73% from 255) = 24.23%
R=31.10%
G=44.67%
B=24.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722471340.3000.460.0399.8287.674.71
HexACF7861E02E364584b
Octal254367206360563144130113
Binary10101100111101111000011011110010111011110010010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF786; }

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

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

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

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

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

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

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

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