#ACD191

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

Shades of Feijoa #ACD191

Tints of Feijoa #ACD191

Color information

#ACD191 (or 0xACD191) is unknown color: approx Feijoa. HEX triplet: AC, D1 and 91. RGB value is (172,209,145). Sum of RGB (Red+Green+Blue) = 172+209+145=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 209 (82.03% from 255 or 39.73% from 526); Blue value is 145 (57.03% from 255 or 27.57% from 526); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD191 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD191 is #532E6E. Grayscale: #BEBEBE. Windows color (decimal): -5451375 or 9556396. OLE color: 9556396.

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

Color convert

RGB172209145-
CMYK0.1800.310.18
HSL94.69º41.03%69.41%-
HSV(B)94.69º30.62%81.96%-
XYZ44.9256.4235.31-
YUV190.64102.24114.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.70%
GREEN value IS 209 (82.03% from 255) = 39.73%
BLUE value IS 145 (57.03% from 255) = 27.57%
R=32.70%
G=39.73%
B=27.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722091450.1800.310.1894.6941.0369.41
HexACD1911201F125f2945
Octal254321221220372213751105
Binary101011001101000110010001100100111111001010111111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD191; }

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

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

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

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

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

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

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

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