#ACD996

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

Shades of Feijoa #ACD996

Tints of Feijoa #ACD996

Color information

#ACD996 (or 0xACD996) is unknown color: approx Feijoa. HEX triplet: AC, D9 and 96. RGB value is (172,217,150). Sum of RGB (Red+Green+Blue) = 172+217+150=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 217 (85.16% from 255 or 40.26% from 539); Blue value is 150 (58.98% from 255 or 27.83% from 539); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD996 is #532669. Grayscale: #C4C4C4. Windows color (decimal): -5449322 or 9886124. OLE color: 9886124.

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

Color convert

RGB172217150-
CMYK0.2100.310.15
HSL100.3º46.85%71.96%-
HSV(B)100.3º30.88%85.1%-
XYZ47.3360.638.06-
YUV195.91102.09110.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.91%
GREEN value IS 217 (85.16% from 255) = 40.26%
BLUE value IS 150 (58.98% from 255) = 27.83%
R=31.91%
G=40.26%
B=27.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722171500.2100.310.15100.346.8571.96
HexACD9961501FF642f48
Octal254331226250371714457110
Binary10101100110110011001011010101011111111111001001011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD996; }

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

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

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

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

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

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

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

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