#ACF785

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

Shades of Feijoa #ACF785

Tints of Feijoa #ACF785

Color information

#ACF785 (or 0xACF785) is unknown color: approx Feijoa. HEX triplet: AC, F7 and 85. RGB value is (172,247,133). Sum of RGB (Red+Green+Blue) = 172+247+133=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 247 (96.88% from 255 or 44.75% from 552); Blue value is 133 (52.34% from 255 or 24.09% from 552); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF785 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF785 is #53087A. Grayscale: #D3D3D3. Windows color (decimal): -5441659 or 8779692. OLE color: 8779692.

HSL color Cylindrical-coordinate representation of color #ACF785: hue angle of 99.47º 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 #ACF785 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB172247133-
CMYK0.3000.460.03
HSL99.47º87.69%74.51%-
HSV(B)99.47º46.15%96.86%-
XYZ54.5176.9934.18-
YUV211.5883.6599.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.16%
GREEN value IS 247 (96.88% from 255) = 44.75%
BLUE value IS 133 (52.34% from 255) = 24.09%
R=31.16%
G=44.75%
B=24.09%

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
Decimal1722471330.3000.460.0399.4787.6974.51
HexACF7851E02E363584b
Octal254367205360563143130113
Binary10101100111101111000010111110010111011110001110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF785; }

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

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

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

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

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

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

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

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