#ACF685

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

Shades of Feijoa #ACF685

Tints of Feijoa #ACF685

Color information

#ACF685 (or 0xACF685) is unknown color: approx Feijoa. HEX triplet: AC, F6 and 85. RGB value is (172,246,133). Sum of RGB (Red+Green+Blue) = 172+246+133=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 246 (96.48% from 255 or 44.65% from 551); Blue value is 133 (52.34% from 255 or 24.14% from 551); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF685 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF685 is #53097A. Grayscale: #D3D3D3. Windows color (decimal): -5441915 or 8779436. OLE color: 8779436.

HSL color Cylindrical-coordinate representation of color #ACF685: hue angle of 99.29º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACF685 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB172246133-
CMYK0.3000.460.04
HSL99.29º86.26%74.31%-
HSV(B)99.29º45.93%96.47%-
XYZ54.276.3834.08-
YUV210.9983.98100.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.22%
GREEN value IS 246 (96.48% from 255) = 44.65%
BLUE value IS 133 (52.34% from 255) = 24.14%
R=31.22%
G=44.65%
B=24.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1722461330.3000.460.0499.2986.2674.31
HexACF6851E02E463564a
Octal254366205360564143126112
Binary101011001111011010000101111100101110100110001110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF685; }

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

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

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

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

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

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

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

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