#ACD188

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

Shades of Feijoa #ACD188

Tints of Feijoa #ACD188

Color information

#ACD188 (or 0xACD188) is unknown color: approx Feijoa. HEX triplet: AC, D1 and 88. RGB value is (172,209,136). Sum of RGB (Red+Green+Blue) = 172+209+136=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 209 (82.03% from 255 or 40.43% from 517); Blue value is 136 (53.52% from 255 or 26.31% from 517); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD188 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD188 is #532E77. Grayscale: #BDBDBD. Windows color (decimal): -5451384 or 8966572. OLE color: 8966572.

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

Color convert

RGB172209136-
CMYK0.1800.350.18
HSL90.41º44.24%67.65%-
HSV(B)90.41º34.93%81.96%-
XYZ44.2656.1531.8-
YUV189.6197.74115.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.27%
GREEN value IS 209 (82.03% from 255) = 40.43%
BLUE value IS 136 (53.52% from 255) = 26.31%
R=33.27%
G=40.43%
B=26.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722091360.1800.350.1890.4144.2467.65
HexACD18812023125a2c44
Octal254321210220432213254104
Binary1010110011010001100010001001001000111001010110101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD188; }

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

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

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

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

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

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

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

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