#ACD086

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

Shades of Feijoa #ACD086

Tints of Feijoa #ACD086

Color information

#ACD086 (or 0xACD086) is unknown color: approx Feijoa. HEX triplet: AC, D0 and 86. RGB value is (172,208,134). Sum of RGB (Red+Green+Blue) = 172+208+134=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 134 (52.73% from 255 or 26.07% from 514); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD086 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD086 is #532F79. Grayscale: #BDBDBD. Windows color (decimal): -5451642 or 8835244. OLE color: 8835244.

HSL color Cylindrical-coordinate representation of color #ACD086: hue angle of 89.19º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ACD086 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB172208134-
CMYK0.1700.360.18
HSL89.19º44.05%67.06%-
HSV(B)89.19º35.58%81.57%-
XYZ43.8755.630.97-
YUV188.897.07116.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.46%
GREEN value IS 208 (81.64% from 255) = 40.47%
BLUE value IS 134 (52.73% from 255) = 26.07%
R=33.46%
G=40.47%
B=26.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722081340.1700.360.1889.1944.0567.06
HexACD0861102412592c43
Octal254320206210442213154103
Binary1010110011010000100001101000101001001001010110011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD086; }

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

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

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

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

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

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

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

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