#ACD095

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

Shades of Feijoa #ACD095

Tints of Feijoa #ACD095

Color information

#ACD095 (or 0xACD095) is unknown color: approx Feijoa. HEX triplet: AC, D0 and 95. RGB value is (172,208,149). Sum of RGB (Red+Green+Blue) = 172+208+149=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 149 (58.59% from 255 or 28.17% from 529); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD095 is #532F6A. Grayscale: #BEBEBE. Windows color (decimal): -5451627 or 9818284. OLE color: 9818284.

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

Color convert

RGB172208149-
CMYK0.1700.280.18
HSL96.61º38.56%70%-
HSV(B)96.61º28.37%81.57%-
XYZ44.9956.0536.88-
YUV190.51104.57114.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.51%
GREEN value IS 208 (81.64% from 255) = 39.32%
BLUE value IS 149 (58.59% from 255) = 28.17%
R=32.51%
G=39.32%
B=28.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722081490.1700.280.1896.6138.5670
HexACD0951101C12612746
Octal254320225210342214147106
Binary101011001101000010010101100010111001001011000011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD095; }

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

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

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

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

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

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

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

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