#ACD472

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

Shades of Feijoa #ACD472

Tints of Feijoa #ACD472

Color information

#ACD472 (or 0xACD472) is unknown color: approx Feijoa. HEX triplet: AC, D4 and 72. RGB value is (172,212,114). Sum of RGB (Red+Green+Blue) = 172+212+114=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 212 (83.20% from 255 or 42.57% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD472 is #532B8D. Grayscale: #BDBDBD. Windows color (decimal): -5450638 or 7525548. OLE color: 7525548.

HSL color Cylindrical-coordinate representation of color #ACD472: hue angle of 84.49º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACD472 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB172212114-
CMYK0.1900.460.17
HSL84.49º53.26%63.92%-
HSV(B)84.49º46.23%83.14%-
XYZ43.5957.0724.64-
YUV188.8785.75115.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.54%
GREEN value IS 212 (83.20% from 255) = 42.57%
BLUE value IS 114 (44.92% from 255) = 22.89%
R=34.54%
G=42.57%
B=22.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1722121140.1900.460.1784.4953.2663.92
HexACD4721302E11543540
Octal254324162230562112465100
Binary101011001101010011100101001101011101000110101001101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD472; }

 p { color: rgb(172,212,114); }

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

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

 a { background-color: rgb(172,212,114); }

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

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

 span { border-color: rgb(172,212,114); }

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