#ACD97F

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

Shades of Feijoa #ACD97F

Tints of Feijoa #ACD97F

Color information

#ACD97F (or 0xACD97F) is unknown color: approx Feijoa. HEX triplet: AC, D9 and 7F. RGB value is (172,217,127). Sum of RGB (Red+Green+Blue) = 172+217+127=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 127 (50% from 255 or 24.61% from 516); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD97F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD97F is #532680. Grayscale: #C1C1C1. Windows color (decimal): -5449345 or 8378796. OLE color: 8378796.

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

Color convert

RGB172217127-
CMYK0.2100.410.15
HSL90º54.22%67.45%-
HSV(B)90º41.47%85.1%-
XYZ45.6659.9329.24-
YUV193.2890.59112.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.33%
GREEN value IS 217 (85.16% from 255) = 42.05%
BLUE value IS 127 (50% from 255) = 24.61%
R=33.33%
G=42.05%
B=24.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722171270.2100.410.159054.2267.45
HexACD97F15029F5a3643
Octal254331177250511713266103
Binary10101100110110011111111101010101001111110110101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD97F; }

 p { color: rgb(172,217,127); }

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

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

 a { background-color: rgb(172,217,127); }

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

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

 span { border-color: rgb(172,217,127); }

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