#ACD195

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

Shades of Feijoa #ACD195

Tints of Feijoa #ACD195

Color information

#ACD195 (or 0xACD195) is unknown color: approx Feijoa. HEX triplet: AC, D1 and 95. RGB value is (172,209,149). Sum of RGB (Red+Green+Blue) = 172+209+149=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 209 (82.03% from 255 or 39.43% from 530); Blue value is 149 (58.59% from 255 or 28.11% from 530); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD195 is #532E6A. Grayscale: #BFBFBF. Windows color (decimal): -5451371 or 9818540. OLE color: 9818540.

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

Color convert

RGB172209149-
CMYK0.1800.290.18
HSL97º39.47%70.2%-
HSV(B)97º28.71%81.96%-
XYZ45.2456.5436.96-
YUV191.1104.24114.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.45%
GREEN value IS 209 (82.03% from 255) = 39.43%
BLUE value IS 149 (58.59% from 255) = 28.11%
R=32.45%
G=39.43%
B=28.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722091490.1800.290.189739.4770.2
HexACD1951201D12612746
Octal254321225220352214147106
Binary101011001101000110010101100100111011001011000011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD195; }

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

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

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

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

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

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

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

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