#ACD499

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

Shades of Feijoa #ACD499

Tints of Feijoa #ACD499

Color information

#ACD499 (or 0xACD499) is unknown color: approx Feijoa. HEX triplet: AC, D4 and 99. RGB value is (172,212,153). Sum of RGB (Red+Green+Blue) = 172+212+153=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 212 (83.20% from 255 or 39.48% from 537); Blue value is 153 (60.16% from 255 or 28.49% from 537); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD499 is #532B66. Grayscale: #C1C1C1. Windows color (decimal): -5450599 or 10081452. OLE color: 10081452.

HSL color Cylindrical-coordinate representation of color #ACD499: hue angle of 100.68º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACD499 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB172212153-
CMYK0.1900.280.17
HSL100.68º40.69%71.57%-
HSV(B)100.68º27.83%83.14%-
XYZ46.3158.1638.92-
YUV193.31105.25112.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.03%
GREEN value IS 212 (83.20% from 255) = 39.48%
BLUE value IS 153 (60.16% from 255) = 28.49%
R=32.03%
G=39.48%
B=28.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1722121530.1900.280.17100.6840.6971.57
HexACD4991301C11652948
Octal254324231230342114551110
Binary101011001101010010011001100110111001000111001011010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD499; }

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

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

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

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

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

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

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

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