#ACD196

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

Shades of Feijoa #ACD196

Tints of Feijoa #ACD196

Color information

#ACD196 (or 0xACD196) is unknown color: approx Feijoa. HEX triplet: AC, D1 and 96. RGB value is (172,209,150). Sum of RGB (Red+Green+Blue) = 172+209+150=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 209 (82.03% from 255 or 39.36% from 531); Blue value is 150 (58.98% from 255 or 28.25% from 531); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD196 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD196 is #532E69. Grayscale: #BFBFBF. Windows color (decimal): -5451370 or 9884076. OLE color: 9884076.

HSL color Cylindrical-coordinate representation of color #ACD196: hue angle of 97.63º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACD196 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB172209150-
CMYK0.1800.280.18
HSL97.63º39.07%70.39%-
HSV(B)97.63º28.23%81.96%-
XYZ45.3256.5737.39-
YUV191.21104.74114.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.39%
GREEN value IS 209 (82.03% from 255) = 39.36%
BLUE value IS 150 (58.98% from 255) = 28.25%
R=32.39%
G=39.36%
B=28.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722091500.1800.280.1897.6339.0770.39
HexACD1961201C12622746
Octal254321226220342214247106
Binary101011001101000110010110100100111001001011000101001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD196; }

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

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

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

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

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

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

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

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