#ACDA96

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

Shades of Feijoa #ACDA96

Tints of Feijoa #ACDA96

Color information

#ACDA96 (or 0xACDA96) is unknown color: approx Feijoa. HEX triplet: AC, DA and 96. RGB value is (172,218,150). Sum of RGB (Red+Green+Blue) = 172+218+150=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 150 (58.98% from 255 or 27.78% from 540); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDA96 is #532569. Grayscale: #C4C4C4. Windows color (decimal): -5449066 or 9886380. OLE color: 9886380.

HSL color Cylindrical-coordinate representation of color #ACDA96: hue angle of 100.59º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACDA96 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB172218150-
CMYK0.2100.310.15
HSL100.59º47.89%72.16%-
HSV(B)100.59º31.19%85.49%-
XYZ47.5961.1238.14-
YUV196.49101.76110.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.85%
GREEN value IS 218 (85.55% from 255) = 40.37%
BLUE value IS 150 (58.98% from 255) = 27.78%
R=31.85%
G=40.37%
B=27.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722181500.2100.310.15100.5947.8972.16
HexACDA961501FF653048
Octal254332226250371714560110
Binary10101100110110101001011010101011111111111001011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDA96; }

 p { color: rgb(172,218,150); }

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

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

 a { background-color: rgb(172,218,150); }

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

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

 span { border-color: rgb(172,218,150); }

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