#ACD671

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

Shades of Feijoa #ACD671

Tints of Feijoa #ACD671

Color information

#ACD671 (or 0xACD671) is unknown color: approx Feijoa. HEX triplet: AC, D6 and 71. RGB value is (172,214,113). Sum of RGB (Red+Green+Blue) = 172+214+113=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 113 (44.53% from 255 or 22.65% from 499); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD671 is #53298E. Grayscale: #BEBEBE. Windows color (decimal): -5450127 or 7460524. OLE color: 7460524.

HSL color Cylindrical-coordinate representation of color #ACD671: hue angle of 84.95º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACD671 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB172214113-
CMYK0.2000.470.16
HSL84.95º55.19%64.12%-
HSV(B)84.95º47.2%83.92%-
XYZ44.0458.0624.51-
YUV189.9384.59115.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.47%
GREEN value IS 214 (83.98% from 255) = 42.89%
BLUE value IS 113 (44.53% from 255) = 22.65%
R=34.47%
G=42.89%
B=22.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722141130.2000.470.1684.9555.1964.12
HexACD6711402F10553740
Octal254326161240572012567100
Binary101011001101011011100011010001011111000010101011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD671; }

 p { color: rgb(172,214,113); }

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

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

 a { background-color: rgb(172,214,113); }

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

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

 span { border-color: rgb(172,214,113); }

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