#ACDC7F

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

Shades of Feijoa #ACDC7F

Tints of Feijoa #ACDC7F

Color information

#ACDC7F (or 0xACDC7F) is unknown color: approx Feijoa. HEX triplet: AC, DC and 7F. RGB value is (172,220,127). Sum of RGB (Red+Green+Blue) = 172+220+127=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 127 (50% from 255 or 24.47% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDC7F is #532380. Grayscale: #C3C3C3. Windows color (decimal): -5448577 or 8379564. OLE color: 8379564.

HSL color Cylindrical-coordinate representation of color #ACDC7F: hue angle of 90.97º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACDC7F is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB172220127-
CMYK0.2200.420.14
HSL90.97º57.06%68.04%-
HSV(B)90.97º42.27%86.27%-
XYZ46.4461.4929.5-
YUV195.0589.6111.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.14%
GREEN value IS 220 (86.33% from 255) = 42.39%
BLUE value IS 127 (50% from 255) = 24.47%
R=33.14%
G=42.39%
B=24.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722201270.2200.420.1490.9757.0668.04
HexACDC7F1602AE5b3944
Octal254334177260521613371104
Binary10101100110111001111111101100101010111010110111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDC7F; }

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

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

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

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

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

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

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

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