#ACD596

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

Shades of Feijoa #ACD596

Tints of Feijoa #ACD596

Color information

#ACD596 (or 0xACD596) is unknown color: approx Feijoa. HEX triplet: AC, D5 and 96. RGB value is (172,213,150). Sum of RGB (Red+Green+Blue) = 172+213+150=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 213 (83.59% from 255 or 39.81% from 535); Blue value is 150 (58.98% from 255 or 28.04% from 535); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD596 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD596 is #532A69. Grayscale: #C1C1C1. Windows color (decimal): -5450346 or 9885100. OLE color: 9885100.

HSL color Cylindrical-coordinate representation of color #ACD596: hue angle of 99.05º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACD596 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB172213150-
CMYK0.1900.300.16
HSL99.05º42.86%71.18%-
HSV(B)99.05º29.58%83.53%-
XYZ46.3158.5637.72-
YUV193.56103.42112.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.15%
GREEN value IS 213 (83.59% from 255) = 39.81%
BLUE value IS 150 (58.98% from 255) = 28.04%
R=32.15%
G=39.81%
B=28.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722131500.1900.300.1699.0542.8671.18
HexACD5961301E10632b47
Octal254325226230362014353107
Binary101011001101010110010110100110111101000011000111010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD596; }

 p { color: rgb(172,213,150); }

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

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

 a { background-color: rgb(172,213,150); }

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

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

 span { border-color: rgb(172,213,150); }

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