#ACD699

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

Shades of Feijoa #ACD699

Tints of Feijoa #ACD699

Color information

#ACD699 (or 0xACD699) is unknown color: approx Feijoa. HEX triplet: AC, D6 and 99. RGB value is (172,214,153). Sum of RGB (Red+Green+Blue) = 172+214+153=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 214 (83.98% from 255 or 39.70% from 539); Blue value is 153 (60.16% from 255 or 28.39% from 539); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD699 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD699 is #532966. Grayscale: #C2C2C2. Windows color (decimal): -5450087 or 10081964. OLE color: 10081964.

HSL color Cylindrical-coordinate representation of color #ACD699: hue angle of 101.31º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACD699 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB172214153-
CMYK0.2000.290.16
HSL101.31º42.66%71.96%-
HSV(B)101.31º28.5%83.92%-
XYZ46.8159.1639.09-
YUV194.49104.59111.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.91%
GREEN value IS 214 (83.98% from 255) = 39.70%
BLUE value IS 153 (60.16% from 255) = 28.39%
R=31.91%
G=39.70%
B=28.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722141530.2000.290.16101.3142.6671.96
HexACD6991401D10652b48
Octal254326231240352014553110
Binary101011001101011010011001101000111011000011001011010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD699; }

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

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

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

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

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

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

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

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