#ACD898

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

Shades of Feijoa #ACD898

Tints of Feijoa #ACD898

Color information

#ACD898 (or 0xACD898) is unknown color: approx Feijoa. HEX triplet: AC, D8 and 98. RGB value is (172,216,152). Sum of RGB (Red+Green+Blue) = 172+216+152=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 216 (84.77% from 255 or 40% from 540); Blue value is 152 (59.77% from 255 or 28.15% from 540); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD898 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD898 is #532767. Grayscale: #C3C3C3. Windows color (decimal): -5449576 or 10016940. OLE color: 10016940.

HSL color Cylindrical-coordinate representation of color #ACD898: hue angle of 101.25º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACD898 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB172216152-
CMYK0.2000.300.15
HSL101.25º45.07%72.16%-
HSV(B)101.25º29.63%84.71%-
XYZ47.2460.1538.83-
YUV195.55103.42111.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.85%
GREEN value IS 216 (84.77% from 255) = 40%
BLUE value IS 152 (59.77% from 255) = 28.15%
R=31.85%
G=40%
B=28.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722161520.2000.300.15101.2545.0772.16
HexACD8981401EF652d48
Octal254330230240361714555110
Binary10101100110110001001100010100011110111111001011011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD898; }

 p { color: rgb(172,216,152); }

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

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

 a { background-color: rgb(172,216,152); }

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

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

 span { border-color: rgb(172,216,152); }

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