#ACD892

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

Shades of Feijoa #ACD892

Tints of Feijoa #ACD892

Color information

#ACD892 (or 0xACD892) is unknown color: approx Feijoa. HEX triplet: AC, D8 and 92. RGB value is (172,216,146). Sum of RGB (Red+Green+Blue) = 172+216+146=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 216 (84.77% from 255 or 40.45% from 534); Blue value is 146 (57.42% from 255 or 27.34% from 534); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD892 is #53276D. Grayscale: #C3C3C3. Windows color (decimal): -5449582 or 9623724. OLE color: 9623724.

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

Color convert

RGB172216146-
CMYK0.2000.320.15
HSL97.71º47.3%70.98%-
HSV(B)97.71º32.41%84.71%-
XYZ46.7659.9636.3-
YUV194.86100.42111.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.21%
GREEN value IS 216 (84.77% from 255) = 40.45%
BLUE value IS 146 (57.42% from 255) = 27.34%
R=32.21%
G=40.45%
B=27.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722161460.2000.320.1597.7147.370.98
HexACD89214020F622f47
Octal254330222240401714257107
Binary101011001101100010010010101000100000111111000101011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD892; }

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

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

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

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

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

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

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

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