#ACD198

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

Shades of Feijoa #ACD198

Tints of Feijoa #ACD198

Color information

#ACD198 (or 0xACD198) is unknown color: approx Feijoa. HEX triplet: AC, D1 and 98. RGB value is (172,209,152). Sum of RGB (Red+Green+Blue) = 172+209+152=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 209 (82.03% from 255 or 39.21% from 533); Blue value is 152 (59.77% from 255 or 28.52% from 533); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD198 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD198 is #532E67. Grayscale: #BFBFBF. Windows color (decimal): -5451368 or 10015148. OLE color: 10015148.

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

Color convert

RGB172209152-
CMYK0.1800.270.18
HSL98.95º38.26%70.78%-
HSV(B)98.95º27.27%81.96%-
XYZ45.4856.6438.24-
YUV191.44105.74114.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.27%
GREEN value IS 209 (82.03% from 255) = 39.21%
BLUE value IS 152 (59.77% from 255) = 28.52%
R=32.27%
G=39.21%
B=28.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722091520.1800.270.1898.9538.2670.78
HexACD1981201B12632647
Octal254321230220332214346107
Binary101011001101000110011000100100110111001011000111001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD198; }

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

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

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

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

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

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

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

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