#ACDF89

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

Shades of Feijoa #ACDF89

Tints of Feijoa #ACDF89

Color information

#ACDF89 (or 0xACDF89) is unknown color: approx Feijoa. HEX triplet: AC, DF and 89. RGB value is (172,223,137). Sum of RGB (Red+Green+Blue) = 172+223+137=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 137 (53.91% from 255 or 25.75% from 532); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDF89 is #532076. Grayscale: #C6C6C6. Windows color (decimal): -5447799 or 9035692. OLE color: 9035692.

HSL color Cylindrical-coordinate representation of color #ACDF89: hue angle of 95.58º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACDF89 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB172223137-
CMYK0.2300.390.13
HSL95.58º57.33%70.59%-
HSV(B)95.58º38.57%87.45%-
XYZ47.9263.3533.37-
YUV197.9593.6109.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.33%
GREEN value IS 223 (87.5% from 255) = 41.92%
BLUE value IS 137 (53.91% from 255) = 25.75%
R=32.33%
G=41.92%
B=25.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722231370.2300.390.1395.5857.3370.59
HexACDF8917027D603947
Octal254337211270471514071107
Binary101011001101111110001001101110100111110111000001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDF89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDF89; }

 p { color: rgb(172,223,137); }

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

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

 a { background-color: rgb(172,223,137); }

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

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

 span { border-color: rgb(172,223,137); }

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