#ACD199

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

Shades of Feijoa #ACD199

Tints of Feijoa #ACD199

Color information

#ACD199 (or 0xACD199) is unknown color: approx Feijoa. HEX triplet: AC, D1 and 99. RGB value is (172,209,153). Sum of RGB (Red+Green+Blue) = 172+209+153=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 209 (82.03% from 255 or 39.14% from 534); Blue value is 153 (60.16% from 255 or 28.65% from 534); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD199 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD199 is #532E66. Grayscale: #BFBFBF. Windows color (decimal): -5451367 or 10080684. OLE color: 10080684.

HSL color Cylindrical-coordinate representation of color #ACD199: hue angle of 99.64º 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 #ACD199 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB172209153-
CMYK0.1800.270.18
HSL99.64º37.84%70.98%-
HSV(B)99.64º26.79%81.96%-
XYZ45.5656.6738.67-
YUV191.55106.24114.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.21%
GREEN value IS 209 (82.03% from 255) = 39.14%
BLUE value IS 153 (60.16% from 255) = 28.65%
R=32.21%
G=39.14%
B=28.65%

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
Decimal1722091530.1800.270.1899.6437.8470.98
HexACD1991201B12642647
Octal254321231220332214446107
Binary101011001101000110011001100100110111001011001001001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD199; }

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

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

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

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

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

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

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

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