#ACD190

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

Shades of Feijoa #ACD190

Tints of Feijoa #ACD190

Color information

#ACD190 (or 0xACD190) is unknown color: approx Feijoa. HEX triplet: AC, D1 and 90. RGB value is (172,209,144). Sum of RGB (Red+Green+Blue) = 172+209+144=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 209 (82.03% from 255 or 39.81% from 525); Blue value is 144 (56.64% from 255 or 27.43% from 525); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD190 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD190 is #532E6F. Grayscale: #BEBEBE. Windows color (decimal): -5451376 or 9490860. OLE color: 9490860.

HSL color Cylindrical-coordinate representation of color #ACD190: hue angle of 94.15º 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 #ACD190 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB172209144-
CMYK0.1800.310.18
HSL94.15º41.4%69.22%-
HSV(B)94.15º31.1%81.96%-
XYZ44.8556.3934.91-
YUV190.53101.74114.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.76%
GREEN value IS 209 (82.03% from 255) = 39.81%
BLUE value IS 144 (56.64% from 255) = 27.43%
R=32.76%
G=39.81%
B=27.43%

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
Decimal1722091440.1800.310.1894.1541.469.22
HexACD1901201F125e2945
Octal254321220220372213651105
Binary101011001101000110010000100100111111001010111101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD190; }

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

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

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

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

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

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

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

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