#ACD873

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

Shades of Feijoa #ACD873

Tints of Feijoa #ACD873

Color information

#ACD873 (or 0xACD873) is unknown color: approx Feijoa. HEX triplet: AC, D8 and 73. RGB value is (172,216,115). Sum of RGB (Red+Green+Blue) = 172+216+115=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 216 (84.77% from 255 or 42.94% from 503); Blue value is 115 (45.31% from 255 or 22.86% from 503); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD873 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD873 is #53278C. Grayscale: #BFBFBF. Windows color (decimal): -5449613 or 7592108. OLE color: 7592108.

HSL color Cylindrical-coordinate representation of color #ACD873: hue angle of 86.14º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACD873 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB172216115-
CMYK0.2000.470.15
HSL86.14º56.42%64.9%-
HSV(B)86.14º46.76%84.71%-
XYZ44.6659.1225.28-
YUV191.3384.92114.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.19%
GREEN value IS 216 (84.77% from 255) = 42.94%
BLUE value IS 115 (45.31% from 255) = 22.86%
R=34.19%
G=42.94%
B=22.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722161150.2000.470.1586.1456.4264.9
HexACD8731402FF563841
Octal254330163240571712670101
Binary10101100110110001110011101000101111111110101101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD873; }

 p { color: rgb(172,216,115); }

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

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

 a { background-color: rgb(172,216,115); }

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

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

 span { border-color: rgb(172,216,115); }

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