#ACD795

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

Shades of Feijoa #ACD795

Tints of Feijoa #ACD795

Color information

#ACD795 (or 0xACD795) is unknown color: approx Feijoa. HEX triplet: AC, D7 and 95. RGB value is (172,215,149). Sum of RGB (Red+Green+Blue) = 172+215+149=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 215 (84.38% from 255 or 40.11% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD795 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD795 is #53286A. Grayscale: #C2C2C2. Windows color (decimal): -5449835 or 9820076. OLE color: 9820076.

HSL color Cylindrical-coordinate representation of color #ACD795: hue angle of 99.09º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACD795 is Cyan = 0.2, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB172215149-
CMYK0.200.310.16
HSL99.09º45.21%71.37%-
HSV(B)99.09º30.7%84.31%-
XYZ46.7459.5437.46-
YUV194.62102.25111.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.09%
GREEN value IS 215 (84.38% from 255) = 40.11%
BLUE value IS 149 (58.59% from 255) = 27.80%
R=32.09%
G=40.11%
B=27.80%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722151490.200.310.1699.0945.2171.37
HexACD7951401F10632d47
Octal254327225240372014355107
Binary101011001101011110010101101000111111000011000111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD795; }

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

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

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

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

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

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

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

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