#ACD78A

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

Shades of Feijoa #ACD78A

Tints of Feijoa #ACD78A

Color information

#ACD78A (or 0xACD78A) is unknown color: approx Feijoa. HEX triplet: AC, D7 and 8A. RGB value is (172,215,138). Sum of RGB (Red+Green+Blue) = 172+215+138=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 215 (84.38% from 255 or 40.95% from 525); Blue value is 138 (54.30% from 255 or 26.29% from 525); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD78A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD78A is #532875. Grayscale: #C1C1C1. Windows color (decimal): -5449846 or 9099180. OLE color: 9099180.

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

Color convert

RGB172215138-
CMYK0.200.360.16
HSL93.51º49.04%69.22%-
HSV(B)93.51º35.81%84.31%-
XYZ45.959.2133.05-
YUV193.3696.75112.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.76%
GREEN value IS 215 (84.38% from 255) = 40.95%
BLUE value IS 138 (54.30% from 255) = 26.29%
R=32.76%
G=40.95%
B=26.29%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722151380.200.360.1693.5149.0469.22
HexACD78A14024105e3145
Octal254327212240442013661105
Binary1010110011010111100010101010001001001000010111101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD78A; }

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

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

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

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

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

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

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

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