#ACDA93

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

Shades of Feijoa #ACDA93

Tints of Feijoa #ACDA93

Color information

#ACDA93 (or 0xACDA93) is unknown color: approx Feijoa. HEX triplet: AC, DA and 93. RGB value is (172,218,147). Sum of RGB (Red+Green+Blue) = 172+218+147=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 147 (57.81% from 255 or 27.37% from 537); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDA93 is #53256C. Grayscale: #C4C4C4. Windows color (decimal): -5449069 or 9689772. OLE color: 9689772.

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

Color convert

RGB172218147-
CMYK0.2100.330.15
HSL98.87º48.97%71.57%-
HSV(B)98.87º32.57%85.49%-
XYZ47.3561.0236.89-
YUV196.15100.26110.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.03%
GREEN value IS 218 (85.55% from 255) = 40.60%
BLUE value IS 147 (57.81% from 255) = 27.37%
R=32.03%
G=40.60%
B=27.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722181470.2100.330.1598.8748.9771.57
HexACDA9315021F633148
Octal254332223250411714361110
Binary101011001101101010010011101010100001111111000111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDA93; }

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

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

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

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

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

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

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

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